Revert "h2generic: don't mess with DEBUG."
This reverts commit 63806897ef
.
As discussed on the ML. Doesn't align to our normal debug practices
This commit is contained in:
parent
f4eec09155
commit
7017be48e8
@ -10,11 +10,8 @@
|
||||
#include <KernelExport.h>
|
||||
|
||||
|
||||
/* debug is default */
|
||||
#ifndef NDEBUG
|
||||
# define H2DEBUG
|
||||
#endif
|
||||
#ifdef H2DEBUG
|
||||
#define DEBUG
|
||||
#ifdef DEBUG
|
||||
# define TRACE(x...) dprintf("h2generic: " x)
|
||||
#else
|
||||
# define TRACE(x...) ;
|
||||
|
Loading…
Reference in New Issue
Block a user