fix/TD-31542-fix-case

This commit is contained in:
dmchen 2024-08-28 07:59:52 +00:00
parent f8c1e66960
commit 07090ff29d
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ static void bindTwoLevel(SArray* tasks, int32_t begin, int32_t end) {
int32_t code = 0;
size_t size = taosArrayGetSize(tasks);
if (size < 2) {
mError("task list size is less than 2, size:%" PRId64, size);
mError("task list size is less than 2");
return;
}
SArray* pDownTaskList = taosArrayGetP(tasks, size - 1);