summaryrefslogtreecommitdiffstats
path: root/zebra/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/debug.c')
-rw-r--r--zebra/debug.c2
1 files changed, 1 insertions, 1 deletions
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;