summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index 908c0a1f8..b4fff9712 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_outln (vty, "%d failures=%d", zclient->sock,
+ vty_out (vty, "%d failures=%d\n", zclient->sock,
zclient->fail);
}
else {
- vty_outln (vty, "<null zclient>");
+ vty_out (vty, "<null zclient>\n");
}
}