mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-16 06:56:24 +00:00
Fix typos in debug log messages
This commit is contained in:
parent
75bf4f7374
commit
70521e0207
@ -450,9 +450,9 @@ public void release(final ConnectionEndpoint endpoint, final Object state, final
|
||||
} else {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
if (conn != null && !conn.isConsistent()) {
|
||||
LOG.debug("{} connection is in an inconsistent state and cannot be kept alive)", ConnPoolSupport.getId(endpoint));
|
||||
LOG.debug("{} connection is in an inconsistent state and cannot be kept alive", ConnPoolSupport.getId(endpoint));
|
||||
} else {
|
||||
LOG.debug("{} connection is not kept alive)", ConnPoolSupport.getId(endpoint));
|
||||
LOG.debug("{} connection is not kept alive", ConnPoolSupport.getId(endpoint));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user