mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #10795 from jingyih/automated-cherry-pick-of-#10788-origin-release-3.1
Automated cherry pick of #10788 on release-3.1
This commit is contained in:
commit
e13c8942c3
@ -134,7 +134,7 @@ func (s *simplePrinter) EndpointHealth(hs []epHealth) {
|
||||
if h.Error == "" {
|
||||
fmt.Fprintf(os.Stderr, "%s is healthy: successfully committed proposal: took = %v\n", h.Ep, h.Took)
|
||||
} else {
|
||||
fmt.Fprintf(os.Stderr, "%s is unhealthy: failed to commit proposal: %v", h.Ep, h.Error)
|
||||
fmt.Fprintf(os.Stderr, "%s is unhealthy: failed to commit proposal: %v\n", h.Ep, h.Error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user