Skip to content
Snippets Groups Projects
Commit 4424b9d5 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

log what backend is starting (bdb/hdb)

parent 198b34db
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment