From: Quentin Young Date: Mon, 11 Feb 2019 21:21:49 +0000 (+0000) Subject: vrrpd: fix missing \n in cli X-Git-Tag: base_7.2~330^2~93 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1af0eb1f2923b211bf1efdd206d8a4fc08de56cb;p=matthieu%2Ffrr.git vrrpd: fix missing \n in cli Signed-off-by: Quentin Young --- diff --git a/vrrpd/vrrp_vty.c b/vrrpd/vrrp_vty.c index 0a91026d73..05695f7942 100644 --- a/vrrpd/vrrp_vty.c +++ b/vrrpd/vrrp_vty.c @@ -170,7 +170,7 @@ DEFPY(vrrp_ip, if (deactivated) vty_out(vty, "%% Deactivated IPv4 Virtual Router %ld\n", vrid); if (failed) { - vty_out(vty, "%% Failed to %s virtual IP", + vty_out(vty, "%% Failed to %s virtual IP\n", no ? "remove" : "add"); ret = CMD_WARNING_CONFIG_FAILED; if (will_activate && !activated) {