From 220c5830e7093f8c903a689fc61ef64b372778fe Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Wed, 20 Feb 2019 15:34:17 -0300 Subject: pbrd: add missing newline at the end of warning message Signed-off-by: Renato Westphal --- pbrd/pbr_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbrd/pbr_vty.c') diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c index 2b6c38593..f8232c958 100644 --- a/pbrd/pbr_vty.c +++ b/pbrd/pbr_vty.c @@ -300,7 +300,7 @@ DEFPY(pbr_map_nexthop, pbr_map_nexthop_cmd, char buf[PBR_NHC_NAMELEN]; if (no) { - vty_out(vty, "No nexthops to delete"); + vty_out(vty, "No nexthops to delete\n"); return CMD_WARNING_CONFIG_FAILED; } -- cgit v1.2.3