diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-31 23:16:05 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-31 23:16:05 -0700 |
| commit | bcf35876d1a78f19104118497e9230834109579a (patch) | |
| tree | 6d72f5d0fce79404f9d8c5dd2064af397b529d68 /weed/command/mount_std.go | |
| parent | 97d69d5336ab434af1bd325a1a041a76e662627b (diff) | |
| download | seaweedfs-bcf35876d1a78f19104118497e9230834109579a.tar.xz seaweedfs-bcf35876d1a78f19104118497e9230834109579a.zip | |
add more logs
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 } |
