fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-09-09 15:41:14 +08:00
parent cbc0bceec6
commit f2cb9b3bb9
1 changed files with 1 additions and 1 deletions

View File

@ -994,7 +994,7 @@ void checkpointTriggerMonitorFn(void* param, void* tmrId) {
int32_t size = taosArrayGetSize(pNotSendList);
int32_t code = doSendRetrieveTriggerMsg(pTask, pNotSendList);
if (code) {
stError("s-task:%s vgId:%d failed to retrieve trigger msg, code:%s", pTask->id.idStr, tstrerror(code));
stError("s-task:%s vgId:%d failed to retrieve trigger msg, code:%s", pTask->id.idStr, vgId, tstrerror(code));
}
streamMutexUnlock(&pActiveInfo->lock);