提交 66b279ab 编写于 作者: H Haojun Liao

fix(query):fix syntax error.

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