瀏覽代碼

[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>
Thomas Graf 20 年之前
父節點
當前提交
08e9cd1fc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/sched/sch_dsmark.c

+ 1 - 1
net/sched/sch_dsmark.c

@@ -18,7 +18,7 @@
 #include <asm/byteorder.h>
 
 
-#if 1 /* control */
+#if 0 /* control */
 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args)
 #else
 #define DPRINTK(format,args...)