From 8c9b4bdc41cb05c3e958dc4d81fdaff77d12fbd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Bochy=C5=84ski?= Date: Wed, 24 Sep 2014 12:26:05 +0200 Subject: [PATCH] bug in client.js --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index 2147c01..202d4b1 100644 --- a/lib/client.js +++ b/lib/client.js @@ -133,7 +133,7 @@ function connect(){ data=(this.ipcBuffer+=data); if(data.slice(-1)!=eventParser.delimiter){ - server.log('Implementing larger buffer for this socket message. You may want to consider smaller messages'.notice); + client.log('Implementing larger buffer for this socket message. You may want to consider smaller messages'.notice); return; }