mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 07:40:52 +08:00
Nit: remove missing newlines on weed shell commands output. (#6524)
Nit: remove missing newlines on `weed` commands output.
This commit is contained in:
@@ -1082,7 +1082,7 @@ func EcBalance(commandEnv *CommandEnv, collections []string, dc string, ecReplic
|
||||
}
|
||||
|
||||
if len(collections) == 0 {
|
||||
fmt.Printf("WARNING: No collections to balance EC volumes across.")
|
||||
fmt.Printf("WARNING: No collections to balance EC volumes across.\n")
|
||||
}
|
||||
for _, c := range collections {
|
||||
if err = ecb.balanceEcVolumes(c); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user