From 4424b9d57fc57c7e341fd5446c598dad0f754335 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sun, 11 Jul 2004 22:52:26 +0000 Subject: [PATCH] log what backend is starting (bdb/hdb) --- 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 448e65d170..8973010a0d 100644 --- a/servers/slapd/back-bdb/init.c +++ b/servers/slapd/back-bdb/init.c @@ -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 */ -- 2.39.5