fix(tmq): fix the syntax error.

This commit is contained in:
Haojun Liao 2023-03-31 16:21:46 +08:00
parent 504a2ac512
commit 32109e7322
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ static void asyncCommitOffset(tmq_t* tmq, const TAOS_RES* pRes, tmq_commit_cb* p
}
if (i == numOfTopics) {
tscWarn("consumer:0x" PRIx64 " failed to find the specified topic:%s, total topics:%d", tmq->consumerId, pTopicName,
tscWarn("consumer:0x%" PRIx64 " failed to find the specified topic:%s, total topics:%d", tmq->consumerId, pTopicName,
numOfTopics);
taosMemoryFree(pParamSet);
pCommitFp(tmq, TSDB_CODE_SUCCESS, userParam);