Commit 2edc2689 authored by David S. Miller's avatar David S. Miller

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

Noticed by Andi Kleen.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a1493d9c
......@@ -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...)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment