diff --git a/json/config.json b/json/config.json index a99ff7dc..0298176d 100644 --- a/json/config.json +++ b/json/config.json @@ -11,7 +11,7 @@ "logs" : false, "show_keys_panel" : true, "server" : true, - "socket" : false, + "socket" : true, "port" : 80, "ip" : null, "rest" : true diff --git a/lib/server/main.js b/lib/server/main.js index 67160d34..246ae04d 100644 --- a/lib/server/main.js +++ b/lib/server/main.js @@ -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; }