Skip to content

Commit

Permalink
Fix debug log message in TomcatJSS
Browse files Browse the repository at this point in the history
A log message was reporting an incorrect variable name.
  • Loading branch information
fmarco76 committed May 10, 2024
1 parent c8282a5 commit 80692c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ public void configureRevocationCheck() throws GeneralSecurityException, Configur

logger.info("configuring Revocation Check");

logger.debug("enableCertificateCheck: {}", enableRevocationCheck);
logger.debug("enableRevocationCheck: {}", enableRevocationCheck);
if (!enableRevocationCheck) {
return;
}
Expand Down

0 comments on commit 80692c3

Please sign in to comment.