swapped console.log for server.log
This commit is contained in:
parent
c85467b628
commit
e49145ceb8
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ function init(path,config,log,port){
|
||||||
},
|
},
|
||||||
start : function(){
|
start : function(){
|
||||||
if(!this.path){
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"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.",
|
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||||
"main": "node-ipc.js",
|
"main": "node-ipc.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in a new issue