fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-04-25 18:30:33 +08:00
parent 3b932599ab
commit eef5e6e409
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, vgId);
tqDebug("s-task:%s vgId:%d not save task since not update epset actually, stop task", idstr, vgId);
}
streamTaskStop(pTask);