log: update the log.

This commit is contained in:
Haojun Liao 2023-04-20 23:39:13 +08:00
parent 5e6c06e253
commit 471abd9160
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ int32_t tqProcessDelReq(STQ* pTq, void* pReq, int32_t len, int64_t ver) {
atomic_add_fetch_32(pRefBlock->dataRef, 1);
if (tAppendDataToInputQueue(pTask, (SStreamQueueItem*)pRefBlock) < 0) {
qError("s-task:%s stream task input del failed", pTask->id.idStr);
qError("s-task:%s stream task append submit into input queue failed", pTask->id.idStr);
atomic_sub_fetch_32(pRef, 1);
taosFreeQitem(pRefBlock);