Jetty9 - Better logging.
This commit is contained in:
parent
6601b65162
commit
5aa3702606
|
@ -388,7 +388,7 @@ abstract public class WriteFlusher
|
|||
|
||||
public void onFail(Throwable cause)
|
||||
{
|
||||
LOG.debug("failed: " + this, cause);
|
||||
LOG.debug("failed: {} {}", this, cause);
|
||||
|
||||
// Keep trying to handle the failure until we get to IDLE or FAILED state
|
||||
while(true)
|
||||
|
|
Loading…
Reference in New Issue