Merge pull request #5398 from taspelund/missed_newline

staticd: remove unneeded newline from zlog call
This commit is contained in:
Donatas Abraitis 2019-11-21 09:34:01 +02:00 committed by GitHub
commit 2d7ef3bba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,7 @@ static int static_route_leak(
"%% Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)\n"); "%% Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)\n");
else else
zlog_warn( 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); __PRETTY_FUNCTION__, dest_str);
return CMD_WARNING_CONFIG_FAILED; return CMD_WARNING_CONFIG_FAILED;
} }