When debugging CFM, it's useful to know exactly when each fault interval starts in relation to other CFM events.
Signed-off-by: Ethan Jackson <[email protected]> --- lib/cfm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cfm.c b/lib/cfm.c index 41a27a0..9859525 100644 --- a/lib/cfm.c +++ b/lib/cfm.c @@ -404,6 +404,7 @@ cfm_run(struct cfm *cfm) } timer_set_duration(&cfm->fault_timer, interval); + VLOG_DBG("%s: new fault interval", cfm->name); } } -- 1.7.10.2 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
