classifier: Change classifier_find_rule_exactly() to take a cls_rule *.
[openvswitch] / utilities / nlmon.c
index d5e743f75206f418d19502e0e9977c8579bee3de..672fae47a1e6f029f8e059da9d7f340cebe85bb3 100644 (file)
@@ -42,9 +42,7 @@ main(int argc OVS_UNUSED, char *argv[])
     int error;
 
     set_program_name(argv[0]);
-    time_init();
-    vlog_init();
-    vlog_set_levels(VLM_ANY_MODULE, VLF_ANY_FACILITY, VLL_DBG);
+    vlog_set_levels(NULL, VLF_ANY_FACILITY, VLL_DBG);
 
     error = nl_sock_create(NETLINK_ROUTE, RTNLGRP_LINK, 0, 0, &sock);
     if (error) {