mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Fix loggin
This commit is contained in:
parent
6bdd7d7fc5
commit
93435715f2
1 changed files with 1 additions and 1 deletions
|
@ -44,4 +44,4 @@ http.createServer(function(request, response) {
|
||||||
|
|
||||||
}).listen(config.port, config.host);
|
}).listen(config.port, config.host);
|
||||||
|
|
||||||
console.info('listening on ' + config.host + ':' + config.port);
|
winston.info('listening on ' + config.host + ':' + config.port);
|
||||||
|
|
Loading…
Reference in a new issue