Skip to content

Commit 609abe3

Browse files
committed
One last verbosity reduction.
1 parent a54d0bb commit 609abe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ssl-observatory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ SSLObservatory.prototype = {
612612
}
613613

614614
if (this.whitelist[chainhash] != null) {
615-
this.log(NOTE, "whitelist entry for " + chainhash);
615+
this.log(INFO, "whitelist entry for " + chainhash);
616616
return true;
617617
}
618618
return false;

0 commit comments

Comments
 (0)