diff options
Diffstat (limited to 'ldpd/ldp_debug.c')
| -rw-r--r-- | ldpd/ldp_debug.c | 2 |
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); } |
