static int warning = 0;
if ( warning++ == 0 ) {
- Debug( LDAP_DEBUG_ANY, "ldap_back_monitor_db_open: "
+ Debug( LDAP_DEBUG_CONFIG, "ldap_back_monitor_db_open: "
"monitoring disabled; "
"configure monitor database to enable\n" );
}
static int warning = 0;
if ( warning++ == 0 ) {
- Debug( LDAP_DEBUG_ANY, LDAP_XSTRING(mdb_monitor_db_open)
+ Debug( LDAP_DEBUG_CONFIG, LDAP_XSTRING(mdb_monitor_db_open)
": monitoring disabled; "
"configure monitor database to enable\n" );
}
static int warning = 0;
if ( warning++ == 0 ) {
- Debug( LDAP_DEBUG_ANY, "pcache_monitor_db_open: "
+ Debug( LDAP_DEBUG_CONFIG, "pcache_monitor_db_open: "
"monitoring disabled; "
"configure monitor database to enable\n" );
}