Skip to content

Commit 7e43de9

Browse files
committed
Rm excess verbosity
1 parent d2149a0 commit 7e43de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/chrome/content/code/HTTPSRules.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,9 @@ const HTTPSRules = {
549549
catch(e2) {this.log(WARN, "bang" + e + " & " + e2 + " & "+ input_uri);}
550550
}
551551
} catch(e3) {
552-
this.log(WARN, "uri.host is explosive!");
553-
try { this.log(WARN, "(" + uri.spec + ")"); }
554-
catch(e4) { this.log(WARN, "(and unprintable)"); }
552+
this.log(INFO, "uri.host is explosive!");
553+
try { this.log(INFO, "(" + uri.spec + ")"); }
554+
catch(e4) { this.log(WARN, "(and unprintable!!!!!!)"); }
555555
}
556556
return uri;
557557
},

0 commit comments

Comments
 (0)