Improved logging.

This commit is contained in:
Simone Bordet 2015-02-15 20:39:01 +01:00
parent 2b2a70a93a
commit ed1cbc0631
1 changed files with 1 additions and 1 deletions

View File

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