From: YAMAMOTO Takashi Date: Wed, 14 Oct 2015 18:19:02 +0000 (+0000) Subject: ofproto-dpif: Remove a debug log X-Git-Tag: v2.5.0~258 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=89e97cae68c1f827b6cc1edcd8a47318f39e99c0;hp=4756794516e1e8b677aa73b0beeaa1525679b49f;p=cascardo%2Fovs.git ofproto-dpif: Remove a debug log The message seems stale and it happens on port-mod. Signed-off-by: YAMAMOTO Takashi Acked-by: Ben Pfaff --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index b924af587..3d41d11b4 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(); }