diff --git a/lib/util/debug.h b/lib/util/debug.h index 85e64fb..80122f7 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -75,7 +75,7 @@ extern int DEBUGLEVEL; #define DEBUGTAB(n) do_debug_tab(n) /** Possible destinations for the debug log */ -enum debug_logtype {DEBUG_FILE = 0, DEBUG_STDOUT = 1, DEBUG_STDERR = 2}; +enum debug_logtype {DEBUG_STDOUT = 0, DEBUG_FILE = 1,DEBUG_STDERR = 2}; /** the backend for debug messages. Note that the DEBUG() macro has already