From 8751e3bca556c1366f7598d46a0591b52ddb4b64 Mon Sep 17 00:00:00 2001 From: Trey Aspelund Date: Wed, 20 Nov 2019 16:23:02 -0500 Subject: [PATCH] staticd: remove unneeded newline from zlog call PR 5303 was merged before the newline was removed from the zlog call. Signed-off-by: Trey Aspelund --- staticd/static_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5