projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa7547
)
cfm: Log the start of new fault intervals.
author
Ethan Jackson
<ethan@nicira.com>
Tue, 19 Jun 2012 20:03:16 +0000
(13:03 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Wed, 20 Jun 2012 23:48:13 +0000
(16:48 -0700)
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
patch
|
blob
|
history
diff --git
a/lib/cfm.c
b/lib/cfm.c
index 41a27a07e247d8af0994f3f4c4c189b39caf1ced..98595259d59ad8904a24c231f83e09c2e4c49eab 100644
(file)
--- 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);
}
}