]> git.sur5r.net Git - openldap/commitdiff
log what backend is starting (bdb/hdb)
authorPierangelo Masarati <ando@openldap.org>
Sun, 11 Jul 2004 22:52:26 +0000 (22:52 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 11 Jul 2004 22:52:26 +0000 (22:52 +0000)
servers/slapd/back-bdb/init.c

index 448e65d1704f266de194936caf2f4dd4b6ea4ac2..8973010a0d14b4a517cf8b721edf8932cd7d691c 100644 (file)
@@ -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 */