fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-04-25 17:47:03 +08:00
parent addd2d2a84
commit 3b932599ab
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ int32_t tqStreamTaskProcessUpdateReq(SStreamMeta* pMeta, SMsgCb* cb, SRpcMsg* pM
streamMetaSaveTask(pMeta, *ppHTask);
}
} else {
tqDebug("s-task:%s vgId:%s not save task since not update epset actually, stop task", idstr);
tqDebug("s-task:%s vgId:%s not save task since not update epset actually, stop task", idstr, vgId);
}
streamTaskStop(pTask);