refactor: add some logs.
This commit is contained in:
parent
29fcd1b83a
commit
3afc5bdfcf
|
@ -250,6 +250,8 @@ int32_t streamExecForAll(SStreamTask* pTask) {
|
||||||
void* pInput = NULL;
|
void* pInput = NULL;
|
||||||
|
|
||||||
// merge multiple input data if possible in the input queue.
|
// 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) {
|
while (1) {
|
||||||
SStreamQueueItem* qItem = streamQueueNextItem(pTask->inputQueue);
|
SStreamQueueItem* qItem = streamQueueNextItem(pTask->inputQueue);
|
||||||
if (qItem == NULL) {
|
if (qItem == NULL) {
|
||||||
|
|
Loading…
Reference in New Issue