diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-28 19:02:43 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-28 19:02:43 -0800 |
| commit | 1b1c018165681ab138f9c5c071128b23a466c4e7 (patch) | |
| tree | 702d287ef243f64e3d69c376982de1839d0b7f30 /weed/shell/command_ec_encode.go | |
| parent | 2cca07b44c577d25df784db8d801f3ed99613ccd (diff) | |
| download | seaweedfs-1b1c018165681ab138f9c5c071128b23a466c4e7.tar.xz seaweedfs-1b1c018165681ab138f9c5c071128b23a466c4e7.zip | |
adjust text
Diffstat (limited to 'weed/shell/command_ec_encode.go')
| -rw-r--r-- | weed/shell/command_ec_encode.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_encode.go b/weed/shell/command_ec_encode.go index edacf22c6..634cb11e2 100644 --- a/weed/shell/command_ec_encode.go +++ b/weed/shell/command_ec_encode.go @@ -274,7 +274,7 @@ func collectVolumeIdsForEcEncode(commandEnv *CommandEnv, selectedCollection stri quietSeconds := int64(quietPeriod / time.Second) nowUnixSeconds := time.Now().Unix() - fmt.Printf("ec encode volumes quiet for: %d seconds\n", quietSeconds) + fmt.Printf("collect volumes quiet for: %d seconds\n", quietSeconds) vidMap := make(map[uint32]bool) eachDataNode(topologyInfo, func(dc string, rack RackId, dn *master_pb.DataNodeInfo) { |
