diff --git a/etcdctl/ctlv2/command/exec_watch_command.go b/etcdctl/ctlv2/command/exec_watch_command.go index 5c89cca59..7c61cae23 100644 --- a/etcdctl/ctlv2/command/exec_watch_command.go +++ b/etcdctl/ctlv2/command/exec_watch_command.go @@ -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 }