netfilter: ip_tables: convert pr_devel() to pr_debug()
authorPatrick McHardy <kaber@trash.net>
Thu, 22 Apr 2010 11:03:24 +0000 (13:03 +0200)
committerPatrick McHardy <kaber@trash.net>
Thu, 22 Apr 2010 11:03:24 +0000 (13:03 +0200)
commitcecc74de25d2cfb08e7702cd38e3f195950f1228
tree1d351b1855094e13bfdc4162e3342c6932574168
parentd97a9e47ba148cfc41e354c5cd241f472273207c
netfilter: ip_tables: convert pr_devel() to pr_debug()

We want to be able to use CONFIG_DYNAMIC_DEBUG in netfilter code, switch
the few existing pr_devel() calls to pr_debug().

Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/ip_tables.c