]> git.sur5r.net Git - openldap/commitdiff
allow the "none" log level
authorPierangelo Masarati <ando@openldap.org>
Mon, 31 Oct 2005 17:46:03 +0000 (17:46 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 31 Oct 2005 17:46:03 +0000 (17:46 +0000)
servers/slapd/bconfig.c

index 37a3aa7ac79cd23761a8c4392f834c40a9fcac57..4a58d10545037e74e24a3629a6fba347831207e3 100644 (file)
@@ -1984,7 +1984,8 @@ loglevel_init( void )
                { BER_BVC("Cache"),     LDAP_DEBUG_CACHE },
                { BER_BVC("Index"),     LDAP_DEBUG_INDEX },
                { BER_BVC("Sync"),      LDAP_DEBUG_SYNC },
-               { BER_BVNULL,   0 }
+               { BER_BVC("None"),      LDAP_DEBUG_NONE },
+               { BER_BVNULL,           0 }
        };
 
        return slap_verbmasks_init( &loglevel_ops, lo );