From 2850f0ea580764393ae1253ef87a57d772dafafd Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 14 Jul 2017 08:52:45 -0400 Subject: bgpd, zebra: Cleanup warnings from new code 1) Clean up VTY_NEWLINE -> \n 2) Remove usages of VTY_GET_INTEGER Signed-off-by: Donald Sharp --- zebra/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/debug.c') diff --git a/zebra/debug.c b/zebra/debug.c index 763bf359b..1c3cf9a3d 100644 --- a/zebra/debug.c +++ b/zebra/debug.c @@ -439,7 +439,7 @@ config_write_debug (struct vty *vty) } if (IS_ZEBRA_DEBUG_VXLAN) { - vty_out (vty, "debug zebra vxlan%s", VTY_NEWLINE); + vty_out (vty, "debug zebra vxlan\n"); write++; } return write; -- cgit v1.2.3