minor changes

This commit is contained in:
coderaiser 2013-03-10 07:20:04 -04:00
parent 23f3141d7a
commit a19bfbf160

View file

@ -87,6 +87,9 @@
lHTTPServer = function(){
Server = http.createServer( controller );
Server.on('error', function (pError) {
Util.log(pError);
});
Server.listen(lPort, lIP);
lServerLog('http', lPort);
lSockets(Server);