From 1ad6e9c2880ed074ba7f6185bdb399d84b298310 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 28 Mar 2020 17:11:42 +0000 Subject: [PATCH] Settings: when restarting via UI, tell the admins to ignore a warning about sessionKey Fixes #3770. --- src/node/utils/Settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/utils/Settings.js b/src/node/utils/Settings.js index 28d165fe6..081663eb6 100644 --- a/src/node/utils/Settings.js +++ b/src/node/utils/Settings.js @@ -698,7 +698,7 @@ exports.reloadSettings = function reloadSettings() { fs.writeFileSync(sessionkeyFilename,exports.sessionKey,"utf8"); } } else { - console.warn("Declaring the sessionKey in the settings.json is deprecated. This value is auto-generated now. Please remove the setting from the file."); + console.warn("Declaring the sessionKey in the settings.json is deprecated. This value is auto-generated now. Please remove the setting from the file. -- If you are seeing this error after restarting using the Admin User Interface then you can ignore this message."); } if (exports.dbType === "dirty") {