diff options
Diffstat (limited to 'ospfd/ospf_abr.c')
| -rw-r--r-- | ospfd/ospf_abr.c | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/ospfd/ospf_abr.c b/ospfd/ospf_abr.c index 28d526870b..93779991b5 100644 --- a/ospfd/ospf_abr.c +++ b/ospfd/ospf_abr.c @@ -1750,11 +1750,10 @@ static void ospf_abr_announce_non_dna_routers(struct event *thread)  		OSPF_LOG_DEBUG(IS_DEBUG_OSPF_EVENT,  			       "%s: Area %pI4 FR enabled: %d", __func__,  			       &area->area_id, area->fr_info.enabled); -		OSPF_LOG_DEBUG( -			IS_DEBUG_OSPF_EVENT, -			"LSA with DC bit clear: %d Recived indication LSA: %d", -			area->fr_info.area_dc_clear, -			area->fr_info.area_ind_lsa_recvd); +		OSPF_LOG_DEBUG(IS_DEBUG_OSPF_EVENT, +			       "LSA with DC bit clear: %d Received indication LSA: %d", +			       area->fr_info.area_dc_clear, +			       area->fr_info.area_ind_lsa_recvd);  		OSPF_LOG_DEBUG(IS_DEBUG_OSPF_EVENT, "FR state change: %d",  			       area->fr_info.state_changed);  		if (!OSPF_IS_AREA_BACKBONE(area) &&  | 
