提交 7218c84f 编写于 作者: Y yong.you

add the message recevier log

上级 e8aad595
......@@ -267,7 +267,8 @@ public class TcpSocketReceiver implements LogEnabled {
m_serverStateManager.addMessageTotalLoss(CatConstants.ERROR_COUNT);
if (m_errorCount % (CatConstants.ERROR_COUNT * 100) == 0) {
m_logger.warn("The server can't process the tree! overflow : " + m_errorCount);
m_logger.warn("The server can't process the tree! overflow : " + m_errorCount + ",current queue size:"
+ m_queue.size());
}
}
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册