Skip to content

Commit

Permalink
Log "0.0.0.0" as default IP address #93
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Dec 22, 2016
1 parent e2ccc8c commit 73377ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jester.nim
Expand Up @@ -307,7 +307,7 @@ proc serve*(
logging.info("Jester is making jokes at http://$1:$2$3" %
[settings.bindAddr, $jes.settings.port, jes.settings.appName])
else:
logging.info("Jester is making jokes at http://localhost:$1$2" %
logging.info("Jester is making jokes at http://0.0.0.0:$1$2" %
[$jes.settings.port, jes.settings.appName])

template resp*(code: HttpCode,
Expand Down

0 comments on commit 73377ce

Please sign in to comment.