vlog: Remove explicit calls to vlog_init().
[sliver-openvswitch.git] / tests / test-ovsdb.c
index 99a4b35..f516f9d 100644 (file)
@@ -59,7 +59,6 @@ int
 main(int argc, char *argv[])
 {
     set_program_name(argv[0]);
-    vlog_init();
     parse_options(argc, argv);
     run_command(argc - optind, argv + optind, all_commands);
     return 0;