Skip to content

Commit 07c88d6

Browse files
committed
Lower log level for no ids in DB.
1 parent 2611876 commit 07c88d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/code/HTTPSRules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ const HTTPSRules = {
636636
}
637637
}
638638
} else {
639-
this.log(INFO, "For target " + target + ", found no ids in DB");
639+
this.log(DBUG, "For target " + target + ", found no ids in DB");
640640
}
641641
return output;
642642
},

0 commit comments

Comments
 (0)