refactor: add some logs.

This commit is contained in:
Haojun Liao 2023-05-06 10:09:51 +08:00
parent 29fcd1b83a
commit 3afc5bdfcf
1 changed files with 2 additions and 0 deletions

View File

@ -250,6 +250,8 @@ int32_t streamExecForAll(SStreamTask* pTask) {
void* pInput = NULL;
// merge multiple input data if possible in the input queue.
qDebug("s-task:%s start to extract data block from inputQ", pTask->id.idStr);
while (1) {
SStreamQueueItem* qItem = streamQueueNextItem(pTask->inputQueue);
if (qItem == NULL) {