[td-11818] update log.
This commit is contained in:
parent
35adca61fa
commit
01cde7cfb1
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue