summaryrefslogtreecommitdiff
path: root/source/lib/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r--source/lib/debug.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index 0050761e9a8..1a926053bb0 100644
--- a/source/lib/debug.c
+++ b/source/lib/debug.c
@@ -84,6 +84,13 @@ BOOL debug_warn_unknown_class = True;
BOOL debug_auto_add_unknown_class = True;
BOOL AllowDebugChange = True;
+/*
+ used to check if the user specified a
+ logfile on the command line
+*/
+BOOL override_logfile;
+
+
/*
* This is to allow assignment to DEBUGLEVEL before the debug
* system has been initialised.