diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-09-26 19:16:10 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-09-26 19:16:10 -0400 | 
| commit | e2874251ed09a9d33bb409b5dd96a8a21b4507ff (patch) | |
| tree | 4f4de61407720451a97e921b6b15f5e373fd200a /ospf6d/ospf6_top.c | |
| parent | 83caa5e5c1e05062977bdd77ede06d63d03c1ddf (diff) | |
ospf6d: Log messages cannot have newlines
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospf6d/ospf6_top.c')
| -rw-r--r-- | ospf6d/ospf6_top.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 894ebc7681..6fe7055202 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -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;  			}  | 
