Implement stress option framework.
[openvswitch] / utilities / ovs-ofctl.c
index d39e187b57ffbbf3629352f775cd5d190f978ca9..82e135abd1d6d629bf535addd191fed67a8a867e 100644 (file)
@@ -684,8 +684,6 @@ do_mod_port(int argc OVS_UNUSED, char *argv[])
     opm->mask = htonl(0);
     opm->advertise = htonl(0);
 
-    printf("modifying port: %s\n", osf->ports[port_idx].name);
-
     if (!strcasecmp(argv[3], "up")) {
         opm->mask |= htonl(OFPPC_PORT_DOWN);
     } else if (!strcasecmp(argv[3], "down")) {