[ovs-dev] [tests+nxm-ofctl 14/42] ovs-ofctl: Remove stray printf.

Justin Pettit jpettit at nicira.com
Thu Nov 25 02:02:13 UTC 2010


Looks good.

--Justin


On Nov 23, 2010, at 2:43 PM, Ben Pfaff wrote:

> ---
> utilities/ovs-ofctl.c |    2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
> index d39e187..82e135a 100644
> --- a/utilities/ovs-ofctl.c
> +++ b/utilities/ovs-ofctl.c
> @@ -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")) {
> -- 
> 1.7.1
> 
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev_openvswitch.org





More information about the dev mailing list