From 06ca010059497ef2bac295ea87e26c574de6cd7c Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 22 Jul 2024 10:03:05 +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 081382aa7d..f1abbeb77f 100644 --- a/source/dnode/vnode/src/tqCommon/tqCommon.c +++ b/source/dnode/vnode/src/tqCommon/tqCommon.c @@ -708,7 +708,7 @@ int32_t tqStreamTaskProcessDropReq(SStreamMeta* pMeta, char* msg, int32_t msgLen // drop the stream task now code = streamMetaUnregisterTask(pMeta, pReq->streamId, pReq->taskId); if (code) { - tqDebug("s-task:0x%x vgId:%d drop failed", pReq->taskId, vgId, (int32_t)hTaskId.taskId); + tqDebug("s-task:0x%x vgId:%d drop task failed", pReq->taskId, vgId); } // commit the update