reduce ObObjectStorageInfo log
This commit is contained in:
@ -135,11 +135,7 @@ int ObObjectStorageInfo::set(const common::ObStorageType device_type, const char
|
|||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (OB_FAIL(ret)) {
|
||||||
if (OB_SUCC(ret)) {
|
|
||||||
LOG_INFO("succ to parse storage info",
|
|
||||||
K_(device_type), K_(endpoint), K_(access_id), K_(extension));
|
|
||||||
} else {
|
|
||||||
reset();
|
reset();
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user