fixed log line in web installer

v1.18.x
Julian Lam 10 years ago
parent 714c7356f9
commit 349de1694d

@ -41,8 +41,7 @@ web.install = function(port) {
function launchExpress(port) {
server = app.listen(port, function() {
var host = server.address().address;
winston.info('Web installer listening on http://%s:%s', host, port);
winston.info('Web installer listening on http://%s:%s', '0.0.0.0', port);
});
}

Loading…
Cancel
Save