diff --git a/lib/socketServer.js b/lib/socketServer.js index 1655c72..c555971 100644 --- a/lib/socketServer.js +++ b/lib/socketServer.js @@ -91,7 +91,7 @@ function init(path,config,log,port){ }, start : function(){ if(!this.path){ - console.log('Socket Server Path not specified, refusing to start'.warn); + server.log('Socket Server Path not specified, refusing to start'.warn); return; } diff --git a/package.json b/package.json index 9e70a80..5030af7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "0.9.16", + "version": "0.9.2", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "main": "node-ipc.js", "directories": {