We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0722131 commit 46bec90Copy full SHA for 46bec90
src/components/https-everywhere.js
@@ -412,7 +412,7 @@ HTTPSEverywhere.prototype = {
412
try {
413
var nc = channel.notificationCallbacks ? channel.notificationCallbacks : channel.loadGroup.notificationCallbacks;
414
} catch(e) {
415
- this.log(WARN,"no loadgroup notificationCallbacks for "+channel.URI.spec);
+ this.log(INFO,"no loadgroup notificationCallbacks for "+channel.URI.spec);
416
return null;
417
}
418
if (!nc) {
0 commit comments