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:
@@ -10,11 +10,8 @@
|
|||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
|
|
||||||
|
|
||||||
/* debug is default */
|
#define DEBUG
|
||||||
#ifndef NDEBUG
|
#ifdef DEBUG
|
||||||
# define H2DEBUG
|
|
||||||
#endif
|
|
||||||
#ifdef H2DEBUG
|
|
||||||
# define TRACE(x...) dprintf("h2generic: " x)
|
# define TRACE(x...) dprintf("h2generic: " x)
|
||||||
#else
|
#else
|
||||||
# define TRACE(x...) ;
|
# define TRACE(x...) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user