diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-14 08:52:45 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-14 08:52:45 -0400 |
| commit | 2850f0ea580764393ae1253ef87a57d772dafafd (patch) | |
| tree | 855a3dca8ef223561892a62f8ef3adef89ff84eb /zebra/debug.c | |
| parent | 1ea6b3f237295a7e7dae3a46a4d07b41a6453c04 (diff) | |
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
Diffstat (limited to 'zebra/debug.c')
| -rw-r--r-- | zebra/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/debug.c b/zebra/debug.c index 763bf359ba..1c3cf9a3da 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; |
