Better logging.

This commit is contained in:
Simone Bordet 2012-02-27 21:26:48 +01:00
parent 2b5be71ad2
commit 79f739799f
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ public class StandardSession implements ISession, Parser.Listener, Handler<Stand
if (stream != null)
updateLastStreamId(stream);
ByteBuffer buffer = generator.control(frame);
logger.debug("Posting {} on {}", frame, stream);
logger.debug("Posting {}", frame);
enqueueLast(new ControlFrameBytes<>(frame, buffer, handler, context));
}