403373 - WebSocket change timeout log level from warn -> info

This commit is contained in:
Joakim Erdfelt 2013-03-14 09:58:36 -07:00
parent 93efdcf080
commit 8a9f1f94e8
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ public abstract class AbstractWebSocketConnection extends AbstractConnection imp
@Override
protected boolean onReadTimeout()
{
LOG.warn("Read Timeout");
LOG.info("Read Timeout");
IOState state = getIOState();
if ((state.getState() == ConnectionState.CLOSING) || (state.getState() == ConnectionState.CLOSED))