From ddce0e5386a46957714fc2e23f8349d23f27cf2f Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 18 Sep 2024 22:28:28 +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 699ad9d372..a8c698c408 100644 --- a/source/libs/stream/src/streamMeta.c +++ b/source/libs/stream/src/streamMeta.c @@ -269,7 +269,7 @@ _EXIT: taosRemoveDir(state); taosMemoryFree(state); } else { - stError("vgId:%s, failed to remove file dir:%s, since:%s", pMeta->vgId, pMeta->path, tstrerror(code)); + stError("vgId:%d, failed to remove file dir:%s, since:%s", pMeta->vgId, pMeta->path, tstrerror(code)); } }