Skip to content

Commit

Permalink
[PKT_SCHED]: Disable debug tracing logs by default in packet action API.
Browse files Browse the repository at this point in the history
Noticed by Andi Kleen.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Dec 14, 2005
1 parent a1493d9 commit 2edc268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sched/act_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <net/sch_generic.h>
#include <net/act_api.h>

#if 1 /* control */
#if 0 /* control */
#define DPRINTK(format, args...) printk(KERN_DEBUG format, ##args)
#else
#define DPRINTK(format, args...)
Expand Down

0 comments on commit 2edc268

Please sign in to comment.