etcdctl: Add a newline so that errors don't bleed into each other.

This commit is contained in:
Rob Holland
2016-04-27 14:24:26 +01:00
parent ecb0e2bd38
commit a00be40db2

View File

@@ -97,7 +97,7 @@ func execWatchCommandFunc(c *cli.Context, ki client.KeysAPI) {
handleError(ExitServerError, err)
}
if resp.Node.Dir {
fmt.Fprintf(os.Stderr, "Ignored dir %s change", resp.Node.Key)
fmt.Fprintf(os.Stderr, "Ignored dir %s change\n", resp.Node.Key)
continue
}