ovs-ofctl: Remove stray printf.
authorBen Pfaff <blp@nicira.com>
Mon, 15 Nov 2010 20:56:29 +0000 (12:56 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Nov 2010 00:29:11 +0000 (16:29 -0800)
utilities/ovs-ofctl.c

index d39e187..82e135a 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")) {