refactor: add ref in log.

This commit is contained in:
Haojun Liao 2023-10-20 15:59:43 +08:00
parent 226b6596d6
commit a31613ae95
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}