diff --git a/source/client/src/clientTmq.c b/source/client/src/clientTmq.c index 0a4e85068d0ab679ceaa1e68f59fc06c970a376f..4558a57609a78940980a5731074b8fa7e281f221 100644 --- a/source/client/src/clientTmq.c +++ b/source/client/src/clientTmq.c @@ -623,7 +623,7 @@ static void asyncCommitOffset(tmq_t* tmq, const TAOS_RES* pRes, tmq_commit_cb* p } if (j == numOfVgroups) { - tscWarn("consumer:0x" PRIx64 " failed to find the specified vgId:%d, total Vgs:%d, topic:%s", tmq->consumerId, vgId, + tscWarn("consumer:0x%" PRIx64 " failed to find the specified vgId:%d, total Vgs:%d, topic:%s", tmq->consumerId, vgId, numOfVgroups, pTopicName); taosMemoryFree(pParamSet); pCommitFp(tmq, TSDB_CODE_SUCCESS, userParam);