[ovs-dev] [PATCH 16/21] ofproto-dpif: Remove a debug log

YAMAMOTO Takashi yamamoto at midokura.com
Mon Oct 19 04:29:07 UTC 2015


The message seems stale and it happens on port-mod.

Signed-off-by: YAMAMOTO Takashi <yamamoto at midokura.com>
---
 ofproto/ofproto-dpif.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index 5cc64cb..7c5e90d 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -1635,8 +1635,6 @@ wait(struct ofproto *ofproto_)
     mcast_snooping_wait(ofproto->ms);
     stp_wait(ofproto);
     if (ofproto->backer->need_revalidate) {
-        /* Shouldn't happen, but if it does just go around again. */
-        VLOG_DBG_RL(&rl, "need revalidate in ofproto_wait_cb()");
         poll_immediate_wake();
     }
 
-- 
2.3.8 (Apple Git-58)




More information about the dev mailing list