Nit: remove missing newlines on weed shell commands output. (#6524)
Nit: remove missing newlines on `weed` commands output.
This commit is contained in:
@@ -61,7 +61,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
|
|||||||
// basic checks
|
// basic checks
|
||||||
chunkSizeLimitMB := *mountOptions.chunkSizeLimitMB
|
chunkSizeLimitMB := *mountOptions.chunkSizeLimitMB
|
||||||
if chunkSizeLimitMB <= 0 {
|
if chunkSizeLimitMB <= 0 {
|
||||||
fmt.Printf("Please specify a reasonable buffer size.")
|
fmt.Printf("Please specify a reasonable buffer size.\n")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1082,7 +1082,7 @@ func EcBalance(commandEnv *CommandEnv, collections []string, dc string, ecReplic
|
|||||||
}
|
}
|
||||||
|
|
||||||
if len(collections) == 0 {
|
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 {
|
for _, c := range collections {
|
||||||
if err = ecb.balanceEcVolumes(c); err != nil {
|
if err = ecb.balanceEcVolumes(c); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user