netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrack
authorEric Leblond <eric@inl.fr>
Wed, 18 Feb 2009 14:28:46 +0000 (15:28 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 18 Feb 2009 14:28:46 +0000 (15:28 +0100)
commit4aa3b2ee1945ed082430ae1fb988d60eef64ca07
treef4e28cbe6c8c89e08b69b2bee95f89e3eb2bf884
parent4667ba15119fea265b79502a019a2e75b8c9dfe1
netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrack

This patch fixes a trivial typo that was adding a new line at end of
the nf_log_packet() prefix. It also make the logging conditionnal by
adding a LOG_INVALID test.

Signed-off-by: Eric Leblond <eric@inl.fr>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c