ospf6d: Log messages cannot have newlines

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2021-09-26 19:16:10 -04:00
parent 83caa5e5c1
commit e2874251ed

View File

@ -651,7 +651,7 @@ bool ospf6_router_id_update(struct ospf6 *ospf6, bool init)
for (ALL_LIST_ELEMENTS_RO(ospf6->area_list, node, oa)) {
if (oa->full_nbrs) {
zlog_err(
"%s: cannot update router-id. Run the \"clear ipv6 ospf6 process\" command\n",
"%s: cannot update router-id. Run the \"clear ipv6 ospf6 process\" command",
__func__);
return false;
}