mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
log what backend is starting (bdb/hdb)
This commit is contained in:
parent
198b34db35
commit
4424b9d57f
@ -71,8 +71,8 @@ bdb_db_init( BackendDB *be )
|
||||
LDAP_LOG( BACK_BDB, ENTRY, "bdb_db_init", 0, 0, 0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"bdb_db_init: Initializing BDB database\n",
|
||||
0, 0, 0 );
|
||||
"bdb_db_init: Initializing %s database\n",
|
||||
be->bd_info->bi_type, 0, 0 );
|
||||
#endif
|
||||
|
||||
/* allocate backend-database-specific stuff */
|
||||
|
Loading…
Reference in New Issue
Block a user