mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
log what backend is starting (bdb/hdb)
This commit is contained in:
parent
198b34db35
commit
4424b9d57f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue