]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_neighbor.c
*: style for flog_warn conversions
[mirror_frr.git] / ospfd / ospf_neighbor.c
index a0fe1c53ded415f67c791e544cdec927d13bce5d..a58bd93b6e8fbc0f5e167139ab8edf94f99b82c7 100644 (file)
@@ -271,8 +271,8 @@ void ospf_nbr_add_self(struct ospf_interface *oi, struct in_addr router_id)
                /* There is already pseudo neighbor. */
                if (IS_DEBUG_OSPF_EVENT)
                        zlog_debug(
-                                  "router_id %s already present in neighbor table. node refcount %u",
-                                  inet_ntoa(router_id), rn->lock);
+                               "router_id %s already present in neighbor table. node refcount %u",
+                               inet_ntoa(router_id), rn->lock);
                route_unlock_node(rn);
        } else
                rn->info = oi->nbr_self;