diff --git a/lib/server.js b/lib/server.js index 0fc54d0..e702cdb 100644 --- a/lib/server.js +++ b/lib/server.js @@ -150,6 +150,8 @@ Server.prototype._loadConfig = function() { // Complain and exit if it doesn't exist yet if (!fs.existsSync(configPath)) { + log.warn("config.json (%s) not found.", configPath); + var config = {}; config.bridge = {