h2generic: don't mess with DEBUG.
This commit is contained in:
@@ -10,8 +10,11 @@
|
|||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
|
|
||||||
|
|
||||||
#define DEBUG
|
/* debug is default */
|
||||||
#ifdef DEBUG
|
#ifndef NDEBUG
|
||||||
|
# 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