Commit 0b60f610 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 28075: Tone down missing SOCKS credential warning

parent 4ad39b36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -310,7 +310,7 @@ let updateCircuitDisplay = function () {
      (nodeData[0].type === "bridge") ? "none" : "block";
  } else {
    // Only show the Tor circuit if we have credentials and node data.
    logger.eclog(5, "no SOCKS credentials found for current document.");
    logger.eclog(4, "no SOCKS credentials found for current document.");
  }
  showCircuitDisplay(domain && nodeData);
};