summaryrefslogtreecommitdiff
path: root/smarttv-client/Javascript/Config.js
diff options
context:
space:
mode:
Diffstat (limited to 'smarttv-client/Javascript/Config.js')
-rwxr-xr-xsmarttv-client/Javascript/Config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/smarttv-client/Javascript/Config.js b/smarttv-client/Javascript/Config.js
index 08c4cf5..7496cbc 100755
--- a/smarttv-client/Javascript/Config.js
+++ b/smarttv-client/Javascript/Config.js
@@ -249,6 +249,7 @@ Config.updateContext = function (addr) {
if (found == true) {
// don't overwrite, if the address is already there.
Main.log("Config.updateContext: don't overwrite -> return");
+ Main.logToServer("Config.updateContext: don't overwrite -> return");
Notify.showNotify("Server already included -> Ignoring", true);
if ((Config.verboseStart == true) && (Config.firstLaunch == true))
Display.showPopup("Config.updateContext: don't overwrite -> return");