X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fnlmon.c;h=672fae47a1e6f029f8e059da9d7f340cebe85bb3;hb=76ecc721793b29c8bae44b10a065ec9ac07a9e4b;hp=addee1ffa90545b06eae704bde7d9cb05fef2c7c;hpb=ff8bb7e76b2cdcbcf88cd2fac663ba517e4a659c;p=openvswitch diff --git a/utilities/nlmon.c b/utilities/nlmon.c index addee1ff..672fae47 100644 --- a/utilities/nlmon.c +++ b/utilities/nlmon.c @@ -42,8 +42,7 @@ main(int argc OVS_UNUSED, char *argv[]) int error; set_program_name(argv[0]); - 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) {