Skip to content

Commit

Permalink
Remove "Escaped" from debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Sep 22, 2024
1 parent 7d695c5 commit 012e620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ void verifySession(
}

final X500Principal issuer = x509.getIssuerX500Principal();
LOG.debug("Escaped issuer principal: {}", toEscapedString(issuer));
LOG.debug("Issuer principal: {}", toEscapedString(issuer));
final Collection<List<?>> altNames2 = x509.getIssuerAlternativeNames();
if (altNames2 != null) {
final List<String> altNames = new ArrayList<>();
Expand Down

0 comments on commit 012e620

Please sign in to comment.