From: Kurt Zeilenga Date: Thu, 6 Mar 2003 00:36:09 +0000 (+0000) Subject: Fix logging error X-Git-Tag: OPENLDAP_REL_ENG_2_1_15~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=24a965ef0df7e412ae2477b42f05621679bc5223;p=openldap Fix logging error --- diff --git a/servers/slapd/back-bdb/init.c b/servers/slapd/back-bdb/init.c index 89fc7f6fd5..8e0669ea02 100644 --- a/servers/slapd/back-bdb/init.c +++ b/servers/slapd/back-bdb/init.c @@ -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;