From: Ben Pfaff Date: Tue, 14 Oct 2008 20:29:49 +0000 (-0700) Subject: secchan: Remove unhelpful STP-related log message. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83319dfc655f3b9213e3366ddc5e6115129d0718;p=openvswitch secchan: Remove unhelpful STP-related log message. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index d36da256..a503d802 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; }