Reducing log noise

This commit is contained in:
Joakim Erdfelt 2013-02-23 16:44:40 -07:00
parent bbcf0c77b8
commit 7a2b775f03
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
@Override
public void failed(Throwable x)
{
LOG.warn("Write flush failure",x);
LOG.debug("Write flush failure",x);
}
@Override