]> git.sur5r.net Git - openldap/commitdiff
Multiple-suffix fail msg should be logged at ERR/ANY, not ARGS.
authorHoward Chu <hyc@openldap.org>
Tue, 4 Mar 2003 21:17:31 +0000 (21:17 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 4 Mar 2003 21:17:31 +0000 (21:17 +0000)
servers/slapd/back-bdb/init.c

index 89fc7f6fd541721b2e084d865dc475d9711132a6..8e0669ea0263917ec90d58311f6b73d0ac59e822 100644 (file)
@@ -160,10 +160,10 @@ bdb_db_open( BackendDB *be )
 #ifndef BDB_MULTIPLE_SUFFIXES
        if ( be->be_suffix[1].bv_val ) {
 #ifdef NEW_LOGGING
-       LDAP_LOG( BACK_BDB, ARGS
+       LDAP_LOG( BACK_BDB, ERR
                "bdb_db_open: only one suffix allowed\n", 0, 0, 0 );
 #else
-       Debug( LDAP_DEBUG_ARGS,
+       Debug( LDAP_DEBUG_ANY,
                "bdb_db_open: only one suffix allowed\n", 0, 0, 0 );
 #endif
                return -1;