From 89e97cae68c1f827b6cc1edcd8a47318f39e99c0 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 14 Oct 2015 18:19:02 +0000 Subject: [PATCH] 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 --- ofproto/ofproto-dpif.c | 2 -- 1 file changed, 2 deletions(-) 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(); } -- 2.20.1