diff options
| author | guol-fnst <goul-fnst@fujitsu.com> | 2022-05-17 11:06:41 +0800 |
|---|---|---|
| committer | guol-fnst <guol-fnst@fujitsu.com> | 2022-05-17 15:41:49 +0800 |
| commit | 076595fbdd50f416998033384c28014f73aae9b9 (patch) | |
| tree | 2490ca219c7354a20bc3a4600939d6c02ebf1dc8 /weed/command | |
| parent | 8fab39e775bd6d3d4eedad5972cf8cb63c2d2019 (diff) | |
| download | seaweedfs-076595fbdd50f416998033384c28014f73aae9b9.tar.xz seaweedfs-076595fbdd50f416998033384c28014f73aae9b9.zip | |
just exit in case of duplicated volume directories were loaded
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/volume.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go index 645c698b1..b1455352c 100644 --- a/weed/command/volume.go +++ b/weed/command/volume.go @@ -267,7 +267,7 @@ func (v VolumeServerOptions) startVolumeServer(volumeFolders, maxVolumeCounts, v stopChan := make(chan bool) grace.OnInterrupt(func() { - fmt.Println("volume server has be killed") + fmt.Println("volume server has been killed") // Stop heartbeats if !volumeServer.StopHeartbeat() { |
