diff options
Diffstat (limited to 'zebra/debug.c')
| -rw-r--r-- | zebra/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/debug.c b/zebra/debug.c index 6728ed1325..25f47bc51a 100644 --- a/zebra/debug.c +++ b/zebra/debug.c @@ -438,7 +438,7 @@ static int config_write_debug(struct vty *vty) write++; } if (IS_ZEBRA_DEBUG_PW) { - vty_out(vty, "debug zebra pseudowires%s", VTY_NEWLINE); + vty_out(vty, "debug zebra pseudowires\n"); write++; } return write; |
