fix(stream): fix syntax error.
This commit is contained in:
parent
3b9ca7b7be
commit
31354d4767
|
@ -330,7 +330,7 @@ int32_t doPutDataIntoInputQ(SStreamTask* pTask, int64_t maxVer, int32_t* numOfIt
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (code == TSDB_CODE_OUT_OF_MEMORY) {
|
if (code == TSDB_CODE_OUT_OF_MEMORY) {
|
||||||
tqError("s-task:%s failed to put data into inputQ, since out of memory");
|
tqError("s-task:%s failed to put data into inputQ, since out of memory", id);
|
||||||
} else {
|
} else {
|
||||||
tqTrace("s-task:%s append input queue failed, code:inputQ is full, ver:%" PRId64, id,
|
tqTrace("s-task:%s append input queue failed, code:inputQ is full, ver:%" PRId64, id,
|
||||||
pTask->chkInfo.nextProcessVer);
|
pTask->chkInfo.nextProcessVer);
|
||||||
|
|
Loading…
Reference in New Issue