h2generic: don't mess with DEBUG.
This commit is contained in:
parent
be67b1022b
commit
63806897ef
@ -10,8 +10,11 @@
|
||||
#include <KernelExport.h>
|
||||
|
||||
|
||||
#define DEBUG
|
||||
#ifdef DEBUG
|
||||
/* debug is default */
|
||||
#ifndef NDEBUG
|
||||
# define H2DEBUG
|
||||
#endif
|
||||
#ifdef H2DEBUG
|
||||
# define TRACE(x...) dprintf("h2generic: " x)
|
||||
#else
|
||||
# define TRACE(x...) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user