From eb42d47d96011e15e35824c34434bd79130a3311 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 30 Aug 2024 09:09:55 +0800 Subject: [PATCH] fix(stream): fix syntax error. --- source/libs/stream/src/streamMeta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/stream/src/streamMeta.c b/source/libs/stream/src/streamMeta.c index 16f5b98ef7..d8fe5fe6b8 100644 --- a/source/libs/stream/src/streamMeta.c +++ b/source/libs/stream/src/streamMeta.c @@ -865,7 +865,7 @@ int32_t streamMetaUnregisterTask(SStreamMeta* pMeta, int64_t streamId, int32_t t int32_t numOfTmr = pTask->status.timerActive; if (numOfTmr != 0) { - stError("s-task:0x%x vgId:%d invalid timer Active record:%d, internal error", pTask->id.idStr, numOfTmr); + stError("s-task:%s vgId:%d invalid timer Active record:%d, internal error", pTask->id.idStr, numOfTmr); } if (pTask->info.delaySchedParam != 0 && pTask->info.fillHistory == 0) {