From e49145ceb8bf115f3e2fdde7393ceef8a244466a Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Tue, 11 Mar 2014 10:44:37 -0700 Subject: [PATCH] swapped console.log for server.log --- lib/socketServer.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {