Fix loggin

This commit is contained in:
John Crepezzi 2011-11-18 16:58:21 -05:00
parent 6bdd7d7fc5
commit 93435715f2
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ http.createServer(function(request, response) {
}).listen(config.port, config.host);
console.info('listening on ' + config.host + ':' + config.port);
winston.info('listening on ' + config.host + ':' + config.port);