From 4feebffb05dea58531292efed77aa26c5867bee5 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 20 Oct 2023 15:59:43 +0800 Subject: [PATCH] refactor: add ref in log. --- source/libs/stream/src/streamTask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/stream/src/streamTask.c b/source/libs/stream/src/streamTask.c index 231f1ce299..2f14f38fdc 100644 --- a/source/libs/stream/src/streamTask.c +++ b/source/libs/stream/src/streamTask.c @@ -317,7 +317,7 @@ void tFreeStreamTask(SStreamTask* pTask) { // remove the ref by timer while (pTask->status.timerActive > 0) { - stDebug("s-task:%s wait for task stop timer activities", pTask->id.idStr); + stDebug("s-task:%s wait for task stop timer activities, ref:%d", pTask->id.idStr, pTask->status.timerActive); taosMsleep(10); }