remove repeated error msg for ObConfigBoolItem::parse
This commit is contained in:
@ -604,7 +604,7 @@ bool ObConfigBoolItem::parse(const char* str, bool& valid) const
|
|||||||
} else {
|
} else {
|
||||||
value = ObConfigBoolParser::get(str, valid);
|
value = ObConfigBoolParser::get(str, valid);
|
||||||
if (!valid) {
|
if (!valid) {
|
||||||
OB_LOG(ERROR, "Get bool config item fail", K(valid), K(str));
|
OB_LOG(WARN, "Get bool config item fail", K(valid), K(str));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return value;
|
return value;
|
||||||
|
|||||||
Reference in New Issue
Block a user