[NETFILTER]: x_tables: use %u format specifiers
[safe/jmp/linux-2.6] / net / netfilter / xt_CONNMARK.c
index d96ee3e..ec2eb34 100644 (file)
@@ -95,7 +95,7 @@ connmark_tg_check(const char *tablename, const void *entry,
        }
        if (nf_ct_l3proto_try_module_get(target->family) < 0) {
                printk(KERN_WARNING "can't load conntrack support for "
-                                   "proto=%d\n", target->family);
+                                   "proto=%u\n", target->family);
                return false;
        }
        return true;