394383 - add logging of the SSLEngine

This commit is contained in:
Thomas Becker 2012-11-16 11:43:24 +01:00
parent 139de22bc0
commit 6bc8bab92d
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class NextProtoNegoServerConnection extends AbstractConnection implements
{
// The client sent the NPN extension, but did not send the NextProtocol
// message with the chosen protocol so we need to close
LOG.debug("{} missing next protocol", this);
LOG.debug("{} missing next protocol. SSLEngine: {}", this, engine);
close();
}