summaryrefslogtreecommitdiff
path: root/lib/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filter.c')
-rw-r--r--lib/filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/filter.c b/lib/filter.c
index b619b8a47d..ae4b0b3b0c 100644
--- a/lib/filter.c
+++ b/lib/filter.c
@@ -1256,8 +1256,8 @@ filter_set_zebra (struct vty *vty, const char *name_str, const char *type_str,
if (strlen(name_str) > ACL_NAMSIZ)
{
- vty_outln (vty, "%% ACL name %s is invalid: length exceeds "
- "%d characters",
+ vty_out (vty, "%% ACL name %s is invalid: length exceeds "
+ "%d characters\n",
name_str, ACL_NAMSIZ);
return CMD_WARNING;
}