vswitchd: Remove stray debug printf().
authorBen Pfaff <blp@nicira.com>
Thu, 5 Mar 2009 20:23:13 +0000 (12:23 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Mar 2009 20:23:13 +0000 (12:23 -0800)
vswitchd/bridge.c

index 226832865cd541f629f615a74e17e417b0127ed1..2554e339c38254dbe6968be7c75b2362bfa22139 100644 (file)
@@ -1756,9 +1756,6 @@ process_flow(struct bridge *br, const flow_t *flow,
      * forwarding and for learning).  Later, after we do learning, we'll drop
      * the frames that STP wants to do learning but not forwarding on. */
     if (in_port->stp_state & (STP_LISTENING | STP_BLOCKING)) {
-        printf("drop on %s: %s (%x)\n",
-               in_port->name, stp_state_name(in_port->stp_state),
-               in_port->stp_state_tag);
         goto done;
     }