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:
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user