refactored

This commit is contained in:
coderaiser 2012-12-14 08:29:27 -05:00
parent d7cb9b45a5
commit 2feb341f39

View file

@ -159,10 +159,8 @@
if(lConfig.socket && CloudServer.Socket){
lListen = CloudServer.Socket.listen(this.Server);
}
console.log('sockets ' + (lListen ? 'running' : 'disabled'));
console.log('Cloud Commander server running at http://' +
this.IP + ':' + this.Port);
console.log('* Sockets ' + (lListen ? 'running' : 'disabled') + '\n' +
'* Server running at http://' + this.IP + ':' + this.Port);
}, this));
if(lError){