ok2c commented on code in PR #581:
URL: 
https://github.com/apache/httpcomponents-client/pull/581#discussion_r1770279206


##########
httpclient5/src/main/java/org/apache/hc/client5/http/ssl/AbstractClientTlsStrategy.java:
##########
@@ -271,7 +272,7 @@ void verifySession(
                     final X509Certificate x509 = (X509Certificate) cert;
                     final X500Principal peer = x509.getSubjectX500Principal();
 
-                    LOG.debug(" peer principal: {}", peer);
+                    LOG.debug("Escaped peer principal: {}", 
toEscapedString(peer));

Review Comment:
   @arturobernalg "Escaped peer principal" sounds confusing to me. I would just 
leave it as "Peer principal".



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to