]> git.sur5r.net Git - openldap/commitdiff
Add LDAP_DEBUG_SYNC loglevel
authorHoward Chu <hyc@openldap.org>
Tue, 10 May 2005 20:42:39 +0000 (20:42 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 10 May 2005 20:42:39 +0000 (20:42 +0000)
servers/slapd/bconfig.c

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