Skip to content

Commit 07cb21d

Browse files
committed
Specify HTTPS Everywhere logging
Otherwise people post bugs on Firefox Bugzilla that are caused by us.
1 parent 211d693 commit 07cb21d

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
@@ -815,7 +815,7 @@ function https_everywhereLog(level, str) {
815815
threshold = WARN;
816816
}
817817
if (level >= threshold) {
818-
dump(str+"\n");
818+
dump("HTTPS Everywhere: "+str+"\n");
819819
econsole.logStringMessage("HTTPS Everywhere: " +str);
820820
}
821821
}

0 commit comments

Comments
 (0)