From a0b1fb1f9caabca6cd8c8fc289696a423abc9f80 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 4 Mar 2003 21:17:31 +0000 Subject: [PATCH] Multiple-suffix fail msg should be logged at ERR/ANY, not ARGS. --- servers/slapd/back-bdb/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5