summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index f2e657d77b..908c0a1f8b 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -1151,11 +1151,11 @@ pim_zebra_zclient_update (struct vty *vty)
vty_out(vty, "Zclient update socket: ");
if (zclient) {
- vty_out(vty, "%d failures=%d%s", zclient->sock,
- zclient->fail, VTY_NEWLINE);
+ vty_outln (vty, "%d failures=%d", zclient->sock,
+ zclient->fail);
}
else {
- vty_out(vty, "<null zclient>%s", VTY_NEWLINE);
+ vty_outln (vty, "<null zclient>");
}
}