adjust log level

This commit is contained in:
54liuyao 2024-09-27 14:21:51 +08:00
parent bed1a673b4
commit c52da5ab33
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));
}
}
}