summaryrefslogtreecommitdiff
path: root/ldpd/ldp_debug.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-13 19:04:25 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-14 10:20:02 +0200
commit6d3c2ed4edb863d108239132b3e01daf07024f65 (patch)
treecca9737fab2548ec43a31def39cfab5a8affc83f /ldpd/ldp_debug.c
parent6b18e3b2e0dd57375f6908b40089a30bbf8f683f (diff)
*: remove VTYNL, part 1 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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 bf2de7b686..269b014068 100644
--- a/ldpd/ldp_debug.c
+++ b/ldpd/ldp_debug.c
@@ -127,7 +127,7 @@ ldp_vty_show_debugging(struct vty *vty)
vty_out (vty," LDP messages debugging is on (outbound)\n");
if (LDP_DEBUG(zebra, ZEBRA))
vty_out (vty, " LDP zebra debugging is on\n");
- vty_out (vty, VTYNL);
+ vty_out (vty, "\n");
return (CMD_SUCCESS);
}