mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00
Merge pull request #5398 from taspelund/missed_newline
staticd: remove unneeded newline from zlog call
This commit is contained in:
commit
2d7ef3bba7
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user