diff --git a/services/fs_manager/mount.cpp b/services/fs_manager/mount.cpp index 6b01778b577b86afb4c0e78039dc00ddb88a1766..e56d6eb3f53277cc38585c1e2a1a500f382a0c02 100644 --- a/services/fs_manager/mount.cpp +++ b/services/fs_manager/mount.cpp @@ -288,7 +288,7 @@ static int UmountRetry(const std::string &path) } sleep(1); } - LOG(ERROR) << "Umount " << path << "failed: " << retryCount << " times"; + return -1; }