From c5c744a3b5a6e0d1f4826fabb31ffab2ec0170f3 Mon Sep 17 00:00:00 2001 From: Juan Cespedes Date: Thu, 23 Jul 2009 18:22:58 +0200 Subject: Clarified debug levels (try --debug=help) --- debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debug.h') 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, -- cgit v1.2.3