ok2c commented on code in PR #515: URL: https://github.com/apache/httpcomponents-client/pull/515#discussion_r1409202905
########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/io/PoolingHttpClientConnectionManager.java: ########## @@ -408,8 +408,9 @@ public void release(final ConnectionEndpoint endpoint, final Object state, final LOG.debug("{} connection {} can be kept alive {}", ConnPoolSupport.getId(endpoint), ConnPoolSupport.getId(conn), s); } } else { - if (LOG.isDebugEnabled()) { - LOG.debug("{} connection is not kept alive", ConnPoolSupport.getId(endpoint)); + if (this.log.isDebugEnabled()) { Review Comment: @nfawcett Where does `this.log` come from? I do not see `log` instance variable anywhere. -- 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