Add LDAP_DEBUG_SYNC loglevel

This commit is contained in:
Howard Chu 2005-05-10 20:42:39 +00:00
parent a2a313f37f
commit c79ecbb390

View File

@ -1829,6 +1829,7 @@ config_loglevel(ConfigArgs *c) {
{ BER_BVC("Parse"), LDAP_DEBUG_PARSE }, { BER_BVC("Parse"), LDAP_DEBUG_PARSE },
{ BER_BVC("Cache"), LDAP_DEBUG_CACHE }, { BER_BVC("Cache"), LDAP_DEBUG_CACHE },
{ BER_BVC("Index"), LDAP_DEBUG_INDEX }, { BER_BVC("Index"), LDAP_DEBUG_INDEX },
{ BER_BVC("Sync"), LDAP_DEBUG_SYNC },
{ BER_BVC("Any"), -1 }, { BER_BVC("Any"), -1 },
{ BER_BVNULL, 0 } { BER_BVNULL, 0 }
}; };