提交 0e1c2614 编写于 作者: H Haojun Liao

fix(tmq): fix syntax error.

上级 a53c181b
......@@ -324,7 +324,7 @@ static int32_t mndProcessMqTimerMsg(SRpcMsg *pMsg) {
SMqConsumerClearMsg *pClearMsg = rpcMallocCont(sizeof(SMqConsumerClearMsg));
if (pClearMsg == NULL) {
mError("consumer:0x%"PRIx64" failed to clear consumer due to out of memory. alloc size:%d",
pConsumer->consumerId, sizeof(SMqConsumerClearMsg));
pConsumer->consumerId, (int32_t)sizeof(SMqConsumerClearMsg));
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册