vswitch: Remove development debug logging code that escaped.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Jun 2009 18:04:24 +0000 (11:04 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Jun 2009 18:04:24 +0000 (11:04 -0700)
vswitchd/bridge.c

index 2353c344128623ed3b695e650de4befafa9d6816..f0d85180895af9393b8cda20a621621eed3b9d5b 100644 (file)
@@ -569,16 +569,6 @@ bridge_reconfigure(void)
     LIST_FOR_EACH (br, struct bridge, node, &all_bridges) {
         brstp_reconfigure(br);
     }
-    LIST_FOR_EACH_SAFE (br, next, struct bridge, node, &all_bridges) {
-        for (i = 0; i < br->n_ports; i++) {
-            struct port *port = br->ports[i];
-            for (j = 0; j < port->n_ifaces; j++) {
-                struct iface *iface = port->ifaces[j];
-                VLOG_WARN("dp%u: %s on port %d",
-                          dpif_id(&br->dpif), iface->name, iface->dp_ifidx);
-            }
-        }
-    }
 }
 
 static void