From: David S. Miller Date: Wed, 14 Dec 2005 06:59:50 +0000 (-0800) Subject: [PKT_SCHED]: Disable debug tracing logs by default in packet action API. X-Git-Tag: v2.6.15-rc6~67 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=2edc2689f8183dd21c45621a01580b340ac420ba;p=~andy%2Flinux [PKT_SCHED]: Disable debug tracing logs by default in packet action API. Noticed by Andi Kleen. Signed-off-by: David S. Miller --- diff --git a/net/sched/act_api.c b/net/sched/act_api.c index 8aebe8f6d27..2ce1cb2aa2e 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c @@ -34,7 +34,7 @@ #include #include -#if 1 /* control */ +#if 0 /* control */ #define DPRINTK(format, args...) printk(KERN_DEBUG format, ##args) #else #define DPRINTK(format, args...)