diff --git a/bin/www b/bin/www index 724eb03..2c3beb8 100755 --- a/bin/www +++ b/bin/www @@ -86,5 +86,5 @@ function onListening() { var bind = typeof addr === 'string' ? 'pipe ' + addr : 'port ' + addr.port; - debug('Listening on ' + bind); + debug(`Listening on http://${addr.address}:${addr.port} `); }