optimize logs of io manager (#102)

This commit is contained in:
Sun Jianyun
2021-06-15 02:58:01 -05:00
committed by GitHub
parent 2e1a0c26e4
commit 1be5137743
2 changed files with 2 additions and 2 deletions

View File

@ -1059,7 +1059,7 @@ int ObServer::init_io()
} else {
// allow load benchmark fail
if (OB_FAIL(ObIOBenchmark::get_instance().init("etc"))) {
LOG_ERROR("init io benchmark fail, ", K(ret));
LOG_WARN("init io benchmark fail, ", K(ret));
}
ret = OB_SUCCESS;
}