From 31635b92f3aa6e65bedbf76eac90d9acd9d92b5c Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Tue, 26 Nov 2013 23:19:21 -0500 Subject: [PATCH] closes #561 --- src/websockets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/websockets.js b/src/websockets.js index 3ec3c4a03c..73dde73bd8 100644 --- a/src/websockets.js +++ b/src/websockets.js @@ -737,7 +737,7 @@ module.exports.init = function(io) { }); } - logger.monitorConfig(this, data); + logger.monitorConfig({io: io}, data); }); });