1
0
Fork 0
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:
John Crepezzi 2011-11-18 16:58:21 -05:00
parent 6bdd7d7fc5
commit 93435715f2

View file

@ -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);