summaryrefslogtreecommitdiff
path: root/lib/util/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/debug.h')
-rw-r--r--lib/util/debug.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h
index a62db1a387..055edcb3c4 100644
--- a/lib/util/debug.h
+++ b/lib/util/debug.h
@@ -79,7 +79,11 @@ extern int DEBUGLEVEL;
* for example. This makes it easy to override for debug to stderr on
* the command line, as the smb.conf cannot reset it back to
* file-based logging */
-enum debug_logtype {DEBUG_DEFAULT_STDERR = 0, DEBUG_STDOUT = 1, DEBUG_FILE = 2, DEBUG_STDERR = 3};
+enum debug_logtype {DEBUG_DEFAULT_STDOUT = 0,
+ DEBUG_DEFAULT_STDERR,
+ DEBUG_STDOUT,
+ DEBUG_FILE,
+ DEBUG_STDERR};
/**
the backend for debug messages. Note that the DEBUG() macro has already