Ver código fonte

[PKT_SCHED]: Disable debug tracing logs by default in packet action API.

Noticed by Andi Kleen.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 anos atrás
pai
commit
2edc2689f8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      net/sched/act_api.c

+ 1 - 1
net/sched/act_api.c

@@ -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...)