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; }