mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
allow the "none" log level
This commit is contained in:
parent
ea0047295c
commit
e3b9448bd7
1 changed files with 2 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue