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…
Reference in New Issue