From 0a4d35d5d4ef47c6a8f6dfbfc80a139d0fc8f377 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 31 Aug 2019 13:52:56 +0200 Subject: [PATCH] text changes --- tools/wsemulator/wserver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":