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