mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-19 13:06:06 +00:00
Fixed logging statement.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
7add2cbc30
commit
2ffed618aa
@ -418,7 +418,7 @@ public class HpackEncoder
|
||||
if (_debug)
|
||||
{
|
||||
if (LOG.isDebugEnabled())
|
||||
LOG.debug("encode {}:'{}' to '{}'", encoding, field, BufferUtil.toHexString(buffer));
|
||||
LOG.debug("encode {}:'{}' to '{}'", encoding, field, BufferUtil.toHexString(buffer.duplicate().flip()));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user