diff --git a/tools/wsemulator/wserver.js b/tools/wsemulator/wserver.js index d0374bb61..d9aea763e 100644 --- a/tools/wsemulator/wserver.js +++ b/tools/wsemulator/wserver.js @@ -226,7 +226,7 @@ wss.on('connection', function connection(ws) { configfile = obj; break; case "custom_configfile": - console.log("[INFO] New custom config file received"); + console.log("[INFO] New custom config received"); custom_configfile = obj; break; case "status":