ITS#6749 - Change configure monitor warning to DEBUG CONFIG instead of DEBUG ANY

This commit is contained in:
Quanah Gibson-Mount 2020-09-17 15:37:33 +00:00
parent 331e587754
commit bc021bb244
3 changed files with 3 additions and 3 deletions

View File

@ -962,7 +962,7 @@ ldap_back_monitor_db_open( BackendDB *be )
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" );
}

View File

@ -427,7 +427,7 @@ mdb_monitor_db_open( BackendDB *be )
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" );
}

View File

@ -5554,7 +5554,7 @@ pcache_monitor_db_open( BackendDB *be )
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" );
}