diff options
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/bgp_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index 51e12cb64..8976b3b67 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -2277,7 +2277,6 @@ DEFUN_NOSH (show_debugging_bgp, if (BGP_DEBUG(bfd, BFD_LIB)) vty_out(vty, " BGP BFD library debugging is on\n"); - vty_out(vty, "\n"); return CMD_SUCCESS; } |