Browse Source

Nit: fix missing newline on EC balancing warnings regarding replica settings (#6509)

Nit: fix missing newline on EC balancing warnings regarding replica settings.

See 79136812.
pull/6514/head
Lisandro Pin 2 weeks ago
committed by GitHub
parent
commit
68f547bdf2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/shell/command_ec_common.go

2
weed/shell/command_ec_common.go

@ -195,7 +195,7 @@ func parseReplicaPlacementArg(commandEnv *CommandEnv, replicaStr string) (*super
}
if !rp.HasReplication() {
fmt.Printf("WARNING: replica placement type %q is empty!", rp.String())
fmt.Printf("WARNING: replica placement type %q is empty!\n", rp.String())
}
return rp, nil
}

Loading…
Cancel
Save