From 3b932599ab418385c94839e07274a8ea28aa0ef1 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Thu, 25 Apr 2024 17:47:03 +0800 Subject: [PATCH] fix(stream): fix syntax error. --- source/dnode/vnode/src/tqCommon/tqCommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dnode/vnode/src/tqCommon/tqCommon.c b/source/dnode/vnode/src/tqCommon/tqCommon.c index 254e7e5856..59941b32df 100644 --- a/source/dnode/vnode/src/tqCommon/tqCommon.c +++ b/source/dnode/vnode/src/tqCommon/tqCommon.c @@ -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);