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") {