diff options
| author | chrislu <chris.lu@gmail.com> | 2023-01-03 12:13:54 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-01-03 12:13:54 -0800 |
| commit | 8aec430df720742bc7dce4bb30cb1757939d984b (patch) | |
| tree | eb1aa6d262eb80a2528f9df7480aa86ca4d0aa67 | |
| parent | c87a3ffce3278ac8710c25b872930ec3c6078ee0 (diff) | |
| parent | 6b4c0334311e06084723c5984afea3624c8235f1 (diff) | |
| download | seaweedfs-8aec430df720742bc7dce4bb30cb1757939d984b.tar.xz seaweedfs-8aec430df720742bc7dce4bb30cb1757939d984b.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
| -rw-r--r-- | weed/command/mount_std.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index 40b285ccf..33061146a 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -256,7 +256,8 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { seaweedFileSystem.StartBackgroundTasks() - fmt.Printf("This is SeaweedFS version %s %s %s\n", util.Version(), runtime.GOOS, runtime.GOARCH) + glog.V(0).Infof("mounted %s%s to %v", *option.filer, mountRoot, dir) + glog.V(0).Infof("This is SeaweedFS version %s %s %s", util.Version(), runtime.GOOS, runtime.GOARCH) server.Serve() |
