diff options
author | Thomas Graf <tgraf@suug.ch> | 2005-05-31 18:17:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-05-31 18:17:28 -0400 |
commit | 08e9cd1fc559c00bc05df3fc551efe3b87c57ee3 (patch) | |
tree | 9080c5a3a8d5c0d63b3cfeb58f41bc1f7ed1c4e3 /net/sched | |
parent | 486b53e59ca8cd07d91ad88375c1c884b15cc9bd (diff) |
[PKT_SCHED]: Disable dsmark debugging messages by default
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/sch_dsmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_dsmark.c b/net/sched/sch_dsmark.c index a8c948f62978..d8bd2a569c7c 100644 --- a/net/sched/sch_dsmark.c +++ b/net/sched/sch_dsmark.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <asm/byteorder.h> | 18 | #include <asm/byteorder.h> |
19 | 19 | ||
20 | 20 | ||
21 | #if 1 /* control */ | 21 | #if 0 /* control */ |
22 | #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) | 22 | #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) |
23 | #else | 23 | #else |
24 | #define DPRINTK(format,args...) | 24 | #define DPRINTK(format,args...) |