fix log error
This commit is contained in:
parent
e47f0b60d0
commit
3b5fc0cb46
|
@ -121,7 +121,7 @@ static int32_t mnodeVgroupActionDelete(SSdbRow *pRow) {
|
||||||
SVgObj *pVgroup = pRow->pObj;
|
SVgObj *pVgroup = pRow->pObj;
|
||||||
|
|
||||||
if (pVgroup->pDb == NULL) {
|
if (pVgroup->pDb == NULL) {
|
||||||
mError("vgId:%d, db:%s is not exist while insert into hash", pVgroup->vgId, pVgroup->dbName);
|
mError("vgId:%d, db:%s is not exist while delete from hash", pVgroup->vgId, pVgroup->dbName);
|
||||||
return TSDB_CODE_MND_VGROUP_NOT_EXIST;
|
return TSDB_CODE_MND_VGROUP_NOT_EXIST;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue