aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_common.go
diff options
context:
space:
mode:
authorLisandro Pin <lisandro.pin@proton.ch>2025-02-07 19:27:04 +0100
committerGitHub <noreply@github.com>2025-02-07 10:27:04 -0800
commite8d8bfccccc666bbef4f1019f880e9aed5aea668 (patch)
treea325e6c6e15ea1d7fa26dff0050eb85b3064c32f /weed/shell/command_ec_common.go
parent8eab76c5db2526230c1f07f406583a6b063109ec (diff)
downloadseaweedfs-e8d8bfccccc666bbef4f1019f880e9aed5aea668.tar.xz
seaweedfs-e8d8bfccccc666bbef4f1019f880e9aed5aea668.zip
Nit: remove missing newlines on `weed shell` commands output. (#6524)
Nit: remove missing newlines on `weed` commands output.
Diffstat (limited to 'weed/shell/command_ec_common.go')
-rw-r--r--weed/shell/command_ec_common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_common.go b/weed/shell/command_ec_common.go
index f7af8818d..f655a163a 100644
--- a/weed/shell/command_ec_common.go
+++ b/weed/shell/command_ec_common.go
@@ -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 {