From: Justin Pettit Date: Tue, 17 Mar 2009 23:14:11 +0000 (-0700) Subject: Remove extraneous debug message. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=630be328cfcf7fda9c139a81d2090bc5f7a56b42;p=openvswitch Remove extraneous debug message. --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index eb7e92b5..5f2c3e08 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -482,7 +482,6 @@ bridge_reconfigure(void) /* Set NetFlow configuration on this bridge. */ svec_init(&nf_hosts); cfg_get_all_keys(&nf_hosts, "netflow.%s.host", br->name); - svec_print(&nf_hosts, "Netflow"); if (ofproto_set_netflow(br->ofproto, &nf_hosts)) { VLOG_ERR("bridge %s: problem setting netflow collectors", br->name);