From: Ben Pfaff Date: Tue, 14 Oct 2008 20:29:49 +0000 (-0700) Subject: secchan: Remove unhelpful STP-related log message. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=83319dfc655f3b9213e3366ddc5e6115129d0718;p=sliver-openvswitch.git secchan: Remove unhelpful STP-related log message. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index d36da2564..a503d8025 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -1000,8 +1000,6 @@ port_watcher_set_flags(struct port_watcher *pw, uint16_t port_no, p = lookup_port(pw, port_no); if (!p) { - VLOG_WARN_RL(&vrl, "attempting to set flags on nonexistent port %" - PRIu16, port_no); return; }