projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3f3d15
)
vswitchd: Drop debug output that was accidentally included.
author
Ben Pfaff
<blp@nicira.com>
Wed, 31 Dec 2008 23:38:56 +0000
(15:38 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 31 Dec 2008 23:38:56 +0000
(15:38 -0800)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 5202fbf43dfacfdcfd0081c3808b3d663056e31b..21c4a51d5366d979c91cce07ebe83e1746898e73 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-2578,8
+2578,6
@@
mirror_reconfigure_one(struct mirror *m)
svec_destroy(&ports);
prune_ports(m, &src_ports);
prune_ports(m, &dst_ports);
- svec_print(&src_ports, "src_ports");
- svec_print(&dst_ports, "dst_ports");
/* Get all the vlans, and drop duplicate and invalid vlans. */
svec_init(&vlan_strings);