Merge pull request #28155 from taosdata/fix/ly_res

adjust log level
This commit is contained in:
Pan Wei 2024-09-27 15:48:04 +08:00 committed by GitHub
commit b9df867479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ void markGroupProcessed(STableScanInfo* pInfo, uint64_t groupId) {
} else {
int32_t code = taosHashRemove(pInfo->base.pTableListInfo->remainGroups, &groupId, sizeof(groupId));
if (code != TSDB_CODE_SUCCESS) {
qError("%s failed at line %d since %s", __func__, __LINE__, tstrerror(code));
qDebug("%s failed at line %d since %s", __func__, __LINE__, tstrerror(code));
}
}
}