Skip to content

Commit

Permalink
pbrd: add missing newline at the end of warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
  • Loading branch information
rwestphal committed Feb 20, 2019
1 parent 7e6d3db commit 8ad0d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbrd/pbr_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8ad0d0e

Please sign in to comment.