]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_connbytes.c
Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[karo-tx-linux.git] / net / netfilter / xt_connbytes.c
index 1e634615ab9d6e4b2a5c7db5872332c5a522f435..d4bec261e74e636e5a51c8ea95480f15bc61a1ab 100644 (file)
@@ -120,7 +120,7 @@ static int connbytes_mt_check(const struct xt_mtchk_param *par)
         * accounting is enabled, so complain in the hope that someone notices.
         */
        if (!nf_ct_acct_enabled(par->net)) {
-               pr_warning("Forcing CT accounting to be enabled\n");
+               pr_warn("Forcing CT accounting to be enabled\n");
                nf_ct_set_acct(par->net, true);
        }