X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=utilities%2Fnlmon.c;h=9baa1c283e53054254435c99f2f607f1be7c38a7;hb=6409e0083debb6cd1ad71e7d6bdd7fc1d7b83dd1;hp=e6cf0235511a85d29ce88348856f0bac854a1161;hpb=72d32ac0b3a1358cb36cf43f15ee7c026be36d2c;p=cascardo%2Fovs.git diff --git a/utilities/nlmon.c b/utilities/nlmon.c index e6cf02355..9baa1c283 100644 --- a/utilities/nlmon.c +++ b/utilities/nlmon.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ #include "poll-loop.h" #include "timeval.h" #include "util.h" -#include "vlog.h" +#include "openvswitch/vlog.h" static const struct nl_policy rtnlgrp_link_policy[] = { [IFLA_IFNAME] = { .type = NL_A_STRING, .optional = false }, @@ -45,7 +45,7 @@ main(int argc OVS_UNUSED, char *argv[]) int error; set_program_name(argv[0]); - vlog_set_levels(NULL, VLF_ANY_FACILITY, VLL_DBG); + vlog_set_levels(NULL, VLF_ANY_DESTINATION, VLL_DBG); error = nl_sock_create(NETLINK_ROUTE, &sock); if (error) {