From b4e197b521d2b1745d34896a89d091839309149e Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 6 Aug 2017 04:17:13 +0200 Subject: [PATCH] vtysh: add missing \n on warning message Oops, missed this in review. Signed-off-by: David Lamparter --- vtysh/vtysh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index 82f44be3a8..5886d39c19 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -235,7 +235,7 @@ static int vtysh_client_run_all(struct vtysh_client *head_client, } if (wrong_instance && !correct_instance && fp) { fprintf(fp, - "%% [%s]: command ignored as it targets an instance that is not running", + "%% [%s]: command ignored as it targets an instance that is not running\n", head_client->name); rc_all = CMD_WARNING_CONFIG_FAILED; } -- 2.39.5