mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
incorporated review comments
Original commit: elastic/x-pack-elasticsearch@f4c8ed918f
This commit is contained in:
parent
994f785715
commit
aec86a060e
@ -34,7 +34,7 @@ public class SecuredMessageChannelHandler extends MessageChannelHandler {
|
||||
ctx.sendUpstream(e);
|
||||
} else {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.error("SSL / TLS handshake failed, closing channel: {}", future.getCause(), future.getCause().getMessage());
|
||||
logger.debug("SSL / TLS handshake failed, closing channel: {}", future.getCause(), future.getCause().getMessage());
|
||||
} else {
|
||||
logger.error("SSL / TLS handshake failed, closing channel: {}", future.getCause().getMessage());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user