summaryrefslogtreecommitdiff
path: root/ldpd/ldp_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldpd/ldp_debug.c')
-rw-r--r--ldpd/ldp_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldp_debug.c b/ldpd/ldp_debug.c
index 968e6e44c2..466b6af8b2 100644
--- a/ldpd/ldp_debug.c
+++ b/ldpd/ldp_debug.c
@@ -127,7 +127,7 @@ ldp_vty_show_debugging(struct vty *vty)
vty_outln (vty," LDP messages debugging is on (outbound)");
if (LDP_DEBUG(zebra, ZEBRA))
vty_outln (vty, " LDP zebra debugging is on");
- vty_outln (vty, "");
+ vty_out (vty, VTYNL);
return (CMD_SUCCESS);
}