]> git.puffer.fish Git - mirror/frr.git/commitdiff
bgpd: Add missing newline to a log message 6796/head
authorRussell Bryant <rbryant@redhat.com>
Fri, 24 Jul 2020 00:26:54 +0000 (20:26 -0400)
committerRussell Bryant <rbryant@redhat.com>
Fri, 24 Jul 2020 12:20:26 +0000 (08:20 -0400)
While checking my BGP debugging settings at the console, I noticed
this message was missing a newline.  Add it to be consistent with the
other similar messages.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
bgpd/bgp_debug.c

index 2ca9e5ee1355bbd04f8515287ae7f943049bf190..9f32d450b9e4e4d364a068282cd3cdc14a28d38e 100644 (file)
@@ -2144,7 +2144,7 @@ DEFUN_NOSH (show_debugging_bgp,
                                     bgp_debug_zebra_prefixes);
 
        if (BGP_DEBUG(graceful_restart, GRACEFUL_RESTART))
-               vty_out(vty, "  BGP graceful-restart debugging is on");
+               vty_out(vty, "  BGP graceful-restart debugging is on\n");
 
        if (BGP_DEBUG(allow_martians, ALLOW_MARTIANS))
                vty_out(vty, "  BGP allow martian next hop debugging is on\n");