diff --git a/lib/server/main.js b/lib/server/main.js index b4f2ed3d..531afbae 100644 --- a/lib/server/main.js +++ b/lib/server/main.js @@ -109,8 +109,11 @@ lModule = require(pSrc); }); - if(lError) - console.log(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; }