netfilter: Make nflog quiet when no one listen in userspace.
authorEric Leblond <eric@inl.fr>
Thu, 12 Jun 2008 00:50:27 +0000 (17:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jun 2008 00:50:27 +0000 (17:50 -0700)
commitb66985b11b8b00e1ec65b89a3112510ac9a9ec6e
tree0ec9a7e93098ff8d816561af28f71bf056beb164
parent513fd370e6832f81ab717df4645f5ce679e44f14
netfilter: Make nflog quiet when no one listen in userspace.

The message "nf_log_packet: can't log since no backend logging module loaded
in! Please either load one, or disable logging explicitly" was displayed for
each logged packet when no userspace application is listening to nflog events.
The message seems to warn for a problem with a kernel module missing but as
said before this is not the case. I thus propose to suppress the message (I
don't see any reason to flood the log because a user application has crashed.)

Signed-off-by: Eric Leblond <eric@inl.fr>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_log.c