From 630be328cfcf7fda9c139a81d2090bc5f7a56b42 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 17 Mar 2009 16:14:11 -0700 Subject: [PATCH] Remove extraneous debug message. --- vswitchd/bridge.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2