Skip to content

Commit

Permalink
Merge pull request #10793 from jingyih/automated-cherry-pick-of-#1078…
Browse files Browse the repository at this point in the history
…8-origin-release-3.3

Automated cherry pick of #10788 on release-3.3
  • Loading branch information
gyuho authored Jun 5, 2019
2 parents 8942970 + d005486 commit 5832014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdctl/ctlv3/command/printer_simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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)
}
}
}
Expand Down

0 comments on commit 5832014

Please sign in to comment.