Tweak another logging message.
[mkws-moved-to-github.git] / src / mkws-core.js
index 9dbf3a5..89f434e 100644 (file)
@@ -508,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);
@@ -518,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) {