secchan: Remove unhelpful STP-related log message.
authorBen Pfaff <blp@nicira.com>
Tue, 14 Oct 2008 20:29:49 +0000 (13:29 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Oct 2008 20:31:09 +0000 (13:31 -0700)
secchan/secchan.c

index d36da25..a503d80 100644 (file)
@@ -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;
     }