netfilter: ipset: move registration message to init from net_init
authorIlia Mirkin <imirkin@alum.mit.edu>
Wed, 5 Mar 2014 06:55:10 +0000 (07:55 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 6 Mar 2014 08:31:43 +0000 (09:31 +0100)
Commit 1785e8f473 ("netfiler: ipset: Add net namespace for ipset") moved
the initialization print into net_init, which can get called a lot due
to namespaces. Move it back into init, reduce to pr_info.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>

No differences found