提交 e9dc5160 编写于 作者: R Rossen Stoyanchev

Use correct log level

See gh-23534
上级 3616e967
......@@ -360,7 +360,7 @@ public class SubProtocolWebSocketHandler
logger.debug("Terminating '" + session + "'", ex);
}
else if (logger.isWarnEnabled()) {
logger.debug("Terminating '" + session + "': " + ex.getMessage());
logger.warn("Terminating '" + session + "': " + ex.getMessage());
}
this.stats.incrementLimitExceededCount();
clearSession(session, ex.getStatus()); // clear first, session may be unresponsive
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册