Tweak another logging message.
[mkws-moved-to-github.git] / src / mkws-core.js
index af59625..89f434e 100644 (file)
@@ -452,7 +452,6 @@ mkws.pagerNext = function(tname) {
        s += ',.mkws' + type + "-Container-wide";
        s += ',.mkws' + type + "-Container-narrow";
       }
-      log("selector is '" + s + "'");
       return s;
     }
   }
@@ -509,7 +508,7 @@ mkws.pagerNext = function(tname) {
       mkws.config.lang = lang;
     }
 
-    log("Locale language: " + (mkws.config.lang ? mkws.config.lang : "none"));
+    log("using language: " + (mkws.config.lang ? mkws.config.lang : "none"));
 
     if (mkws.config.query_width < 5 || mkws.config.query_width > 150) {
       log("Reset query width: " + mkws.config.query_width);
@@ -519,7 +518,7 @@ mkws.pagerNext = function(tname) {
     // protocol independent link for pazpar2: "//mkws/sp" -> "https://mkws/sp"
     if (mkws.config.pazpar2_url.match(/^\/\//)) {
       mkws.config.pazpar2_url = document.location.protocol + mkws.config.pazpar2_url;
-      log("adjust protocol independent links: " + mkws.config.pazpar2_url);
+      log("adjusted protocol independent link to: " + mkws.config.pazpar2_url);
     }
 
     if (mkws.config.responsive_design_width) {