Jetty9 - Better logging.

This commit is contained in:
Simone Bordet 2012-08-28 11:56:37 +02:00
parent 6601b65162
commit 5aa3702606
1 changed files with 3 additions and 3 deletions

View File

@ -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)