Skip to content

Commit

Permalink
ofproto-dpif: Remove a debug log
Browse files Browse the repository at this point in the history
The message seems stale and it happens on port-mod.

Signed-off-by: YAMAMOTO Takashi <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
yamt committed Nov 26, 2015
1 parent 4756794 commit 89e97ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ofproto/ofproto-dpif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 89e97ca

Please sign in to comment.