From: Ethan Jackson Date: Tue, 19 Jun 2012 20:03:16 +0000 (-0700) Subject: cfm: Log the start of new fault intervals. X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~339 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2f4783449ac765568459ff7acc9d51018892369c;p=sliver-openvswitch.git cfm: Log the start of new fault intervals. 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 --- diff --git a/lib/cfm.c b/lib/cfm.c index 41a27a07e..98595259d 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); } }