fix(tmq): fix the syntax error.

This commit is contained in:
Haojun Liao 2023-03-28 15:42:53 +08:00
parent 8b7e98e9b6
commit 7342aeb750
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ int32_t tqScanData(STQ* pTq, const STqHandle* pHandle, SMqDataRsp* pRsp, STqOffs
return code;
}
tqDebug("vgId:%d, consumer:0x%" PRIx64 " tmq task executed, rows:%d, total blocks:%d, rows:%d", vgId, pHandle->consumerId,
tqDebug("vgId:%d, consumer:0x%" PRIx64 " tmq task executed, total blocks:%d, rows:%d", vgId, pHandle->consumerId,
pRsp->blockNum, totalRows);
return code;