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.
This commit is contained in:
@@ -195,7 +195,7 @@ func parseReplicaPlacementArg(commandEnv *CommandEnv, replicaStr string) (*super
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !rp.HasReplication() {
|
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
|
return rp, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user