]> git.puffer.fish Git - mirror/frr.git/commit
bgpd, ospfd: Remove extra newline for `show debugging`
authorDonald Sharp <sharpd@nvidia.com>
Wed, 15 Jun 2022 14:32:53 +0000 (10:32 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 15 Jun 2022 14:34:30 +0000 (10:34 -0400)
commit442321664b6a8e99b9d2a18a8c33826d4f55c508
tree8a7312218a7fa6418046f8d9931a59349598184e
parent677106de0144865e75720015e1efc0fb5bcc0d03
bgpd, ospfd: Remove extra newline for `show debugging`

This extra newline was adding a weird output to `show debugging`
display where there would be extra newlines sometims and not
others.  Make it consistent.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_debug.c
ospfd/ospf_dump.c