summaryrefslogtreecommitdiff
path: root/tests/test-flows.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-07-16 11:11:44 -0700
committerBen Pfaff <blp@nicira.com>2010-07-21 15:47:09 -0700
commit9200fb9ef9a1c55a76e4c4aa789f3fb0a76f0ed1 (patch)
tree4264dd5f09373967ef1e647e48fc696e40efa143 /tests/test-flows.c
parent1e8cf0f721e3e21579790c65269a81d39f808528 (diff)
downloadopenvswitch-9200fb9ef9a1c55a76e4c4aa789f3fb0a76f0ed1.tar.gz
vlog: Remove explicit calls to vlog_init().
This is no longer necessary.
Diffstat (limited to 'tests/test-flows.c')
-rw-r--r--tests/test-flows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-flows.c b/tests/test-flows.c
index 279de64fc..be401edf9 100644
--- a/tests/test-flows.c
+++ b/tests/test-flows.c
@@ -39,7 +39,6 @@ main(int argc OVS_UNUSED, char *argv[])
int n = 0, errors = 0;
set_program_name(argv[0]);
- vlog_init();
flows = stdin;
pcap = fdopen(3, "rb");