Skip to content

Commit 46bec90

Browse files
committed
Reduce loadgroup nc logging (EFForg#9179)
1 parent 0722131 commit 46bec90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/https-everywhere.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ HTTPSEverywhere.prototype = {
412412
try {
413413
var nc = channel.notificationCallbacks ? channel.notificationCallbacks : channel.loadGroup.notificationCallbacks;
414414
} catch(e) {
415-
this.log(WARN,"no loadgroup notificationCallbacks for "+channel.URI.spec);
415+
this.log(INFO,"no loadgroup notificationCallbacks for "+channel.URI.spec);
416416
return null;
417417
}
418418
if (!nc) {

0 commit comments

Comments
 (0)