netfilter: Use LOGLEVEL_<FOO> defines
[deliverable/linux.git] / net / ipv6 / netfilter / nf_log_ipv6.c
index ddf07e6f59d7de70bcf41ba84880b2c699296db7..8dd869642f45a032fcd0c1303319313392244a13 100644 (file)
@@ -5,8 +5,10 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/spinlock.h>
 #include <linux/skbuff.h>
@@ -27,7 +29,7 @@ static struct nf_loginfo default_loginfo = {
        .type   = NF_LOG_TYPE_LOG,
        .u = {
                .log = {
-                       .level    = 5,
+                       .level    = LOGLEVEL_NOTICE,
                        .logflags = NF_LOG_MASK,
                },
        },
This page took 0.037066 seconds and 5 git commands to generate.