summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vtysh/vtysh.c2
1 files changed, 1 insertions, 1 deletions
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;
}