minor changes

This commit is contained in:
coderaiser 2013-03-10 07:20:04 -04:00
parent 5c4fc9b437
commit 64a405743f

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);