From 1c02489c2fb140424c7c98952691870c87b775a2 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Wed, 11 Dec 2019 23:24:58 -0800 Subject: [PATCH] improve context for log message --- js/modules/loki_public_chat_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/loki_public_chat_api.js b/js/modules/loki_public_chat_api.js index f65cbe5fc..20f68a17d 100644 --- a/js/modules/loki_public_chat_api.js +++ b/js/modules/loki_public_chat_api.js @@ -30,7 +30,7 @@ class LokiPublicChatFactoryAPI extends EventEmitter { log.warn(`Invalid server ${serverUrl}`); return null; } - log.info(`set token ${thisServer.token}`); + log.info(`set token ${thisServer.token} for ${serverUrl}`); this.servers.push(thisServer); }