Improved logging.

This commit is contained in:
Simone Bordet 2015-03-02 13:06:30 +01:00
parent 9f76995086
commit bfda3fb5e3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class ALPNServerConnection extends NegotiatingServerConnection implements
else
{
if (LOG.isDebugEnabled())
LOG.debug("{} could not negotiate protocol: C[{}] | S[{}]", this, clientProtocols, serverProtocols);
LOG.debug("{} could not negotiate protocol: C{} | S{}", this, clientProtocols, serverProtocols);
throw new IllegalStateException();
}
}