netfilter: Use LOGLEVEL_<FOO> defines
[deliverable/linux.git] / net / netfilter / nf_tables_core.c
index 4c921a302cfd411bd299902112f8550668c40c33..763a9d87296d6da58ae9e351090e56e8cb12866a 100644 (file)
@@ -8,6 +8,7 @@
  * Development of this code funded by Astaro AG (http://www.astaro.com/)
  */
 
+#include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/list.h>
@@ -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,
                },
        },
This page took 0.026294 seconds and 5 git commands to generate.