Improved logging.
This commit is contained in:
parent
2b2a70a93a
commit
ed1cbc0631
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue