netfilter: nf_ct_h323: switch "incomplete TPKT" message to pr_debug()

The message might be falsely triggered by non-H.323 traffic on port
1720.

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-05-01 18:29:43 +02:00
parent 4b2cbd42be
commit e772c349a1
1 changed files with 1 additions and 2 deletions

View File

@ -194,8 +194,7 @@ static int get_tpkt_data(struct sk_buff *skb, unsigned int protoff,
return 0;
}
if (net_ratelimit())
printk("nf_ct_h323: incomplete TPKT (fragmented?)\n");
pr_debug("nf_ct_h323: incomplete TPKT (fragmented?)\n");
goto clear_out;
}