summaryrefslogtreecommitdiff
path: root/lib/util/debug.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-07-09 13:55:44 +0200
committerBjörn Jacke <bj@sernet.de>2013-07-09 15:18:53 +0200
commitbaecc863de0ceb64187c6eb3545bf28706bd84fc (patch)
tree8b820a4bf2f4d90f7f10f35f14411e353ef24ef6 /lib/util/debug.c
parente6f79b94891c3fe432739a479fde753002500938 (diff)
downloadsamba-baecc863de0ceb64187c6eb3545bf28706bd84fc.tar.gz
samba-baecc863de0ceb64187c6eb3545bf28706bd84fc.tar.bz2
samba-baecc863de0ceb64187c6eb3545bf28706bd84fc.zip
lib/util: add 'ldb' debug class
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Björn Jacke <bj@sernet.de>
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r--lib/util/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 34aa76fb5c..a46b2753cf 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -178,6 +178,7 @@ static const char *default_classname_table[] = {
"registry", /* DBGC_REGISTRY */
"scavenger", /* DBGC_SCAVENGER */
"dns", /* DBGC_DNS */
+ "ldb", /* DBGC_LDB */
NULL
};