From 2f4783449ac765568459ff7acc9d51018892369c Mon Sep 17 00:00:00 2001
From: Ethan Jackson <ethan@nicira.com>
Date: Tue, 19 Jun 2012 13:03:16 -0700
Subject: [PATCH] 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 <ethan@nicira.com>
---
 lib/cfm.c | 1 +
 1 file changed, 1 insertion(+)

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);
     }
 }
 
-- 
2.47.0