refactor: update logs.

This commit is contained in:
Haojun Liao 2024-08-22 10:16:16 +08:00
parent 4dc81efb8b
commit 2d478d3896
1 changed files with 1 additions and 1 deletions

View File

@ -6458,8 +6458,8 @@ static void buildVnodeFilteredTbCount(SOperatorInfo* pOperator, STableCountScanO
_end:
if (code != TSDB_CODE_SUCCESS) {
pTaskInfo->code = code;
T_LONG_JMP(pTaskInfo->env, code);
qError("%s failed at line %d since %s", __func__, lino, tstrerror(code));
T_LONG_JMP(pTaskInfo->env, code);
}
setOperatorCompleted(pOperator);
}