aboutsummaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/debug.h b/debug.h
index 6b30e6a..653da84 100644
--- a/debug.h
+++ b/debug.h
@@ -3,9 +3,9 @@
/* debug levels:
*/
enum {
- DEBUG_EVENT = 0x10,
- DEBUG_PROCESS = 0x20,
- DEBUG_FUNCTION = 0x40
+ DEBUG_EVENT = 010,
+ DEBUG_PROCESS = 020,
+ DEBUG_FUNCTION = 040
};
void debug_(int level, const char *file, int line,