fix(stream): fix syntax error.
This commit is contained in:
parent
3b932599ab
commit
eef5e6e409
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue