]> git.proxmox.com Git - mirror_ovs.git/blobdiff - utilities/ovs-benchmark.c
vlog: Rename the currently used term 'facility' as 'destination'.
[mirror_ovs.git] / utilities / ovs-benchmark.c
index a0927461bc401b13d0dd136427b7d8cec35c6b54..64db63e6e24fd26c026892affe986f479252eb6f 100644 (file)
@@ -82,7 +82,7 @@ int
 main(int argc, char *argv[])
 {
     set_program_name(argv[0]);
-    vlog_set_levels(NULL, VLF_ANY_FACILITY, VLL_EMER);
+    vlog_set_levels(NULL, VLF_ANY_DESTINATION, VLL_EMER);
     parse_options(argc, argv);
     run_command(argc - optind, argv + optind, get_all_commands());
     return 0;