r25416: Add registry debug class.
authorGünther Deschner <gd@samba.org>
Fri, 28 Sep 2007 23:03:08 +0000 (23:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:03 +0000 (12:31 -0500)
Guenther
(This used to be commit b28dd747cb5a3d0eee865076eb4733dc123a6968)

source3/include/debug.h
source3/lib/debug.c

index c976268c59e8147146379d3dca1c715cefa22230..dca3bc008c1d009c3bbba4f3daaeb2923c2c9426 100644 (file)
@@ -102,6 +102,7 @@ extern int DEBUGLEVEL;
 #define DBGC_LOCKING           16
 #define DBGC_MSDFS             17
 #define DBGC_DMAPI             18
+#define DBGC_REGISTRY          19
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS
index bd6719627116dc33e01502f702d772e2b705c185..6aa34b59e8e49b325e5a2ff9e78ba2f0600861cc 100644 (file)
@@ -166,6 +166,7 @@ static const char *default_classname_table[] = {
        "locking",           /* DBGC_LOCKING      */
        "msdfs",             /* DBGC_MSDFS        */
        "dmapi",             /* DBGC_DMAPI        */
+       "registry",          /* DBGC_REGISTRY     */
        NULL
 };