Skip to content
Snippets Groups Projects
Commit 92c4ee90 authored by Sukru Senli's avatar Sukru Senli Committed by Oussama Ghorbel
Browse files

nf_conntrack_core: remove leftover debug messages

parent 9f328d7b
Branches
No related tags found
No related merge requests found
......@@ -821,8 +821,6 @@ __nf_conntrack_confirm(struct sk_buff *skb)
/* Timer relative to confirmation time, not original
setting time, otherwise we'd get timer wrap in
weird delay cases. */
if (ct->master)
printk("rtsp - conntrack confirm\n");
ct->timeout += nfct_time_stamp;
atomic_inc(&ct->ct_general.use);
ct->status |= IPS_CONFIRMED;
......@@ -1554,9 +1552,6 @@ void __nf_ct_refresh_acct(struct nf_conn *ct,
{
NF_CT_ASSERT(skb);
if (ct->master)
printk("rtsp, __nf_ct_refresh_acct %d\n", extra_jiffies/HZ);
/* Only update if this is not a fixed timeout */
if (test_bit(IPS_FIXED_TIMEOUT_BIT, &ct->status))
goto acct;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment