diff --git a/be/src/runtime/load_path_mgr.cpp b/be/src/runtime/load_path_mgr.cpp index f961fa9b7e..f1899aadb2 100644 --- a/be/src/runtime/load_path_mgr.cpp +++ b/be/src/runtime/load_path_mgr.cpp @@ -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; } }