diff options
Diffstat (limited to '')
-rw-r--r-- | src/debug.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/debug.h b/src/debug.h index 766c03fe..d46c34d1 100644 --- a/src/debug.h +++ b/src/debug.h @@ -34,11 +34,12 @@ /* The debug levels. */ #define DEBUG_INIT 1 -#define DEBUG_CTX 2 -#define DEBUG_ENGINE 3 -#define DEBUG_DATA 4 -#define DEBUG_ASSUAN 5 -#define DEBUG_SYSIO 6 +#define DEBUG_GLOBAL 2 +#define DEBUG_CTX 3 +#define DEBUG_ENGINE 4 +#define DEBUG_DATA 5 +#define DEBUG_ASSUAN 6 +#define DEBUG_SYSIO 7 /* Remove path components from filenames (i.e. __FILE__) for cleaner |