[td-11818] update log.

This commit is contained in:
Haojun Liao 2022-01-06 16:19:18 +08:00
parent 35adca61fa
commit 01cde7cfb1
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ int32_t ctgGetVgInfoFromHashValue(SDBVgroupInfo *dbInfo, const SName *pTableName
void *pIter1 = taosHashIterate(dbInfo->vgInfo, NULL);
while (pIter1) {
vgInfo = pIter1;
ctgDebug("valid range:[%d, %d]", vgInfo->hashBegin, vgInfo->hashEnd);
ctgError("valid range:[%d, %d], vgId:%d", vgInfo->hashBegin, vgInfo->hashEnd, vgInfo->vgId);
pIter1 = taosHashIterate(dbInfo->vgInfo, pIter1);
}