minor changes

This commit is contained in:
coderaiser 2013-03-01 03:30:04 -05:00
parent a3fc78ae38
commit 79a29142ae
2 changed files with 2 additions and 5 deletions

View file

@ -11,7 +11,7 @@
"logs" : false,
"show_keys_panel" : true,
"server" : true,
"socket" : false,
"socket" : true,
"port" : 80,
"ip" : null,
"rest" : true

View file

@ -117,11 +117,8 @@
lModule = require(pSrc);
});
if(lError){
if(lError)
Util.log('Module ' + pSrc + ' not connected');
Util.log('Change json/config.json to prevent this message');
Util.log('or install module ' + pSrc);
}
return lModule;
}