summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--staticd/static_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c
index 48ad10e90c..8db37589af 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -434,7 +434,7 @@ static int static_route_leak(
"%% Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)\n");
else
zlog_warn(
- "%s: %s: Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)\n",
+ "%s: %s: Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)",
__PRETTY_FUNCTION__, dest_str);
return CMD_WARNING_CONFIG_FAILED;
}