Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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...)