since we set a global lock level, we can log socket.io debug messages

This commit is contained in:
Peter 'Pita' Martischka 2011-08-18 13:40:30 +01:00
parent 71c6e494d5
commit 2dd82f82de
1 changed files with 1 additions and 2 deletions

View File

@ -395,8 +395,7 @@ async.waterfall([
io.set('logger', {
debug: function (str)
{
//supress debug messages
//socketIOLogger.debug(str);
socketIOLogger.debug(str);
},
info: function (str)
{