datapath: Use 'bool' instead of 'int' where appropriate.
[openvswitch] / utilities / ovs-discover.c
index d17065269287e7cc50f462528a23cc485ab3a9fa..7cd1edf103fe801c30127546f6a8998f8013f7c0 100644 (file)
@@ -33,9 +33,9 @@
 #include "timeval.h"
 #include "unixctl.h"
 #include "util.h"
-
 #include "vlog.h"
-#define THIS_MODULE VLM_ovs_discover
+
+VLOG_DEFINE_THIS_MODULE(ovs_discover)
 
 struct iface {
     const char *name;
@@ -77,7 +77,6 @@ main(int argc, char *argv[])
 
     proctitle_init(argc, argv);
     set_program_name(argv[0]);
-    vlog_init();
     parse_options(argc, argv);
 
     argc -= optind;