diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-21 18:10:29 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-29 17:34:56 +0000 |
| commit | e31b6333f4def619b6471d67bb901f7893a83193 (patch) | |
| tree | 7d07cbd86fb8e6eeae363a3ea30e215de175ef0e /ldpd/ldp_debug.c | |
| parent | 1318e7c84190d55d958cd412276115850d46f55f (diff) | |
*: vty_outln (vty, "") --> vty_out (vty, VTYNL)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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 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); } |
