backport #38235
This commit is contained in:
@ -174,7 +174,7 @@ void LoadPathMgr::process_path(time_t now, const std::string& path, int64_t rese
|
||||
if (status.ok()) {
|
||||
LOG(INFO) << "Remove path success. path=" << path;
|
||||
} else {
|
||||
LOG(WARNING) << "Remove path failed. path=" << path;
|
||||
LOG(WARNING) << "Remove path failed. path=" << path << ", error=" << status;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user