summaryrefslogtreecommitdiff
path: root/source4/lib/util/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/debug.h')
-rw-r--r--source4/lib/util/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/util/debug.h b/source4/lib/util/debug.h
index 2f090359a5..4fa2e9f598 100644
--- a/source4/lib/util/debug.h
+++ b/source4/lib/util/debug.h
@@ -53,11 +53,11 @@ extern int DEBUGLEVEL;
/**
* Write to the debug log.
*/
-#define DEBUG(level, body) _DEBUG(level, body, True)
+#define DEBUG(level, body) _DEBUG(level, body, true)
/**
* Add data to an existing debug log entry.
*/
-#define DEBUGADD(level, body) _DEBUG(level, body, False)
+#define DEBUGADD(level, body) _DEBUG(level, body, false)
/**
* Obtain indentation string for the debug log.