diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-05 10:47:13 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-05 10:47:13 -0700 |
| commit | 3f4400dc03c3c1476f3edf89d3da31f57bcd4278 (patch) | |
| tree | fdd27eaf9fac9a3d88b022b42ea224aec97730ae /weed/command/mount_std.go | |
| parent | daa086fd723051e9b4147748e8483fca9d2672f7 (diff) | |
| parent | 7c277f36ec0cbe8fe0bfa41c8971ef0d5d49245b (diff) | |
| download | seaweedfs-3f4400dc03c3c1476f3edf89d3da31f57bcd4278.tar.xz seaweedfs-3f4400dc03c3c1476f3edf89d3da31f57bcd4278.zip | |
Merge branch 'master' into message_send
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index db5899109..a39d88cce 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -157,7 +157,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { // Ensure target mount point availability if isValid := checkMountPointAvailable(dir); !isValid { - glog.Fatalf("Expected mount to still be active, target mount point: %s, please check!", dir) + glog.Fatalf("Target mount point is not available: %s, please check!", dir) return true } |
