Minor fix of logging

This commit is contained in:
Joakim Erdfelt 2012-07-06 14:52:44 -07:00
parent 8b6ec0194b
commit 3e24e8290f
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ public class BlockheadClient implements Parser.Listener
public void write(WebSocketFrame frame) throws IOException
{
LOG.debug("write(BaseFrame->{})",frame);
LOG.debug("write(Frame->{})",frame);
ByteBuffer buf = bufferPool.acquire(policy.getBufferSize(),false);
try
{