X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fnetfilter%2Fnf_tables_core.c;h=763a9d87296d6da58ae9e351090e56e8cb12866a;hb=a81b2ce8508b9c57c2eae0b0ab7fc8a5e849a4b4;hp=4c921a302cfd411bd299902112f8550668c40c33;hpb=5ebb335dcbe63470c88c4f80f2d571089543b638;p=deliverable%2Flinux.git diff --git a/net/netfilter/nf_tables_core.c b/net/netfilter/nf_tables_core.c index 4c921a302cfd..763a9d87296d 100644 --- a/net/netfilter/nf_tables_core.c +++ b/net/netfilter/nf_tables_core.c @@ -8,6 +8,7 @@ * Development of this code funded by Astaro AG (http://www.astaro.com/) */ +#include #include #include #include @@ -37,7 +38,7 @@ static struct nf_loginfo trace_loginfo = { .type = NF_LOG_TYPE_LOG, .u = { .log = { - .level = 4, + .level = LOGLEVEL_WARNING, .logflags = NF_LOG_MASK, }, },