minor changes

This commit is contained in:
coderaiser 2012-12-14 08:13:50 -05:00
parent 26be171334
commit ce2a3e9e6f

View file

@ -165,8 +165,10 @@
console.log('Cloud Commander server running at http://' +
this.IP + ':' + this.Port);
}, this));
if(lError)
if(lError){
console.log('Cloud Commander server could not started');
console.log(lError);
}
}else
console.log('Cloud Commander testing mode');
};