jetty-9: improved logging.

This commit is contained in:
Simone Bordet 2012-10-16 13:50:09 +02:00
parent 84a1cff26e
commit 444d5845ec
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class SelectChannelEndPoint extends ChannelEndPoint implements SelectorMa
}
else
{
LOG.debug("Local interests update conflict: now {}, was {}, attempted {}", _interestOps.get(), oldInterestOps, newInterestOps);
LOG.debug("Local interests update conflict: now {}, was {}, attempted {} for {}", _interestOps.get(), oldInterestOps, newInterestOps, this);
continue;
}
}