From 9551fcf7bb993b7de4453edee0a4120a5a733043 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Tue, 15 Aug 2023 20:57:12 +0800 Subject: [PATCH] fix(tsdb): check the --- source/libs/stream/src/streamRecover.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libs/stream/src/streamRecover.c b/source/libs/stream/src/streamRecover.c index 3210a4bce0..e921d79eda 100644 --- a/source/libs/stream/src/streamRecover.c +++ b/source/libs/stream/src/streamRecover.c @@ -205,8 +205,8 @@ int32_t streamTaskCheckStatus(SStreamTask* pTask, int32_t upstreamTaskId, int32_ ASSERT(pInfo != NULL); if (stage == -1) { - qDebug("s-task:%s receive msg from upstream task:0x%x, invalid stageId, not ready", pTask->id.idStr, upstreamTaskId, - stage); + qDebug("s-task:%s receive msg from upstream task:0x%x, invalid stageId:%" PRId64 ", not ready", pTask->id.idStr, + upstreamTaskId, stage); return 0; }