fix(stream): fix an syntax error.

This commit is contained in:
Haojun Liao 2023-08-14 18:14:32 +08:00
parent 2e6263b43f
commit 5d3232d275
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ int32_t streamProcessTranstateBlock(SStreamTask* pTask, SStreamDataBlock* pBlock
atomic_store_8(&pTask->status.schedStatus, TASK_SCHED_STATUS__INACTIVE);
}
} else {
qDebug("s-task:%d sink task does not transfer state", id);
qDebug("s-task:%s sink task does not transfer state", id);
}
}