diff options
| author | chrislu <chris.lu@gmail.com> | 2025-06-03 22:46:07 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-06-03 22:46:10 -0700 |
| commit | bd4891a11787dc8ef93c4cc829eb907ac296db68 (patch) | |
| tree | 435c60304e18be9c02936db7a71d0008d1d2b94c /weed/command/mount_std.go | |
| parent | 7039d5003ce41067f1e7b5ee9d2ad9378f54aeea (diff) | |
| download | seaweedfs-bd4891a11787dc8ef93c4cc829eb907ac296db68.tar.xz seaweedfs-bd4891a11787dc8ef93c4cc829eb907ac296db68.zip | |
change version directory
Diffstat (limited to 'weed/command/mount_std.go')
| -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 18eb6bcce..84c84b767 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -6,6 +6,7 @@ package command import ( "context" "fmt" + "github.com/seaweedfs/seaweedfs/weed/util/version" "net" "net/http" "os" @@ -290,7 +291,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { } 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) + glog.V(0).Infof("This is SeaweedFS version %s %s %s", version.Version(), runtime.GOOS, runtime.GOARCH) server.Serve() |
