From 3d63f38064f646129ddc67410cfdbbee8538f5cc Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 11 Jul 2006 17:52:53 +0000 Subject: [ospfd] trivial: NSM AdjChange should print event, declutter core functions 2006-07-10 Paul Jakma * ospf_nsm.c: (nsm_notice_state_changes) Move state change logging code to new func to declutter nsm_change_state and ospf_nsm_event. Log event with AdjChange, it's useful to know. (nsm_change_state) move adjchange and snmp logging to previous. (ospf_nsm_event) call nsm_notice_state_changes from here. Move the debug message to entry of function, so it gets out even if something goes wrong. --- ospfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index e84a470e..79bb2bd1 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -15,6 +15,13 @@ (nsm_inactivity_timer) " (nsm_ll_down) " (NSM) replace removed action functions with NULL. + (nsm_notice_state_changes) Move state change logging code to new + func to declutter nsm_change_state and ospf_nsm_event. + Log event with AdjChange, it's useful to know. + (nsm_change_state) move adjchange and snmp logging to previous. + (ospf_nsm_event) call nsm_notice_state_changes from here. + Move the debug message to entry of function, so it gets out + even if something goes wrong. 2006-07-10 Andrew J. Schorr -- cgit v1.2.1