[FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com> Co-authored-by: tino247 <tino247@126.com> Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
@ -367,7 +367,7 @@ MockSchemaService *MockObServer::get_schema_service()
|
||||
MockSchemaService *ss = NULL;
|
||||
|
||||
if (!is_inited_) {
|
||||
STORAGE_LOG(WARN, "ob server not inited");
|
||||
STORAGE_LOG_RET(WARN, OB_NOT_INIT, "ob server not inited");
|
||||
} else {
|
||||
ss = schema_service_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user