1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-02-16 03:25:02 +00:00

Improved logging.

This commit is contained in:
Simone Bordet 2015-02-15 20:39:01 +01:00
parent 2b2a70a93a
commit ed1cbc0631

@ -198,7 +198,7 @@ public class HttpExchange
boolean aborted = channel.abort(cause); boolean aborted = channel.abort(cause);
if (LOG.isDebugEnabled()) if (LOG.isDebugEnabled())
LOG.debug("Aborted while active ({}) {}: {}", aborted, this, cause); LOG.debug("Aborted ({}) while active {}: {}", aborted, this, cause);
return aborted; return aborted;
} }
} }