jetty-9: HTTP client: better logging.

This commit is contained in:
Simone Bordet 2012-10-12 11:37:11 +02:00
parent 4ab9715c1b
commit 707acbeed7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class HttpReceiver implements HttpParser.ResponseHandler<ByteBuffer>
while (true)
{
int read = endPoint.fill(buffer);
LOG.debug("Read {} bytes", read);
LOG.debug("Read {} bytes from {}", read, connection);
if (read > 0)
{
while (buffer.hasRemaining())