未验证 提交 6726bda9 编写于 作者: X Xiaoyu Wang 提交者: GitHub

Merge pull request #20652 from taosdata/fix/wrong-field-logging

wrong field logging
......@@ -653,7 +653,7 @@ _OVER:
pMsg->msgType == TDMT_MND_TRANS_TIMER || pMsg->msgType == TDMT_MND_TTL_TIMER ||
pMsg->msgType == TDMT_MND_UPTIME_TIMER) {
mTrace("timer not process since mnode restored:%d stopped:%d, sync restored:%d role:%s ", pMnode->restored,
pMnode->stopped, state.restored, syncStr(state.restored));
pMnode->stopped, state.restored, syncStr(state.state));
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册