mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#6749 - Change configure monitor warning to DEBUG CONFIG instead of DEBUG ANY
This commit is contained in:
parent
331e587754
commit
bc021bb244
3 changed files with 3 additions and 3 deletions
|
|
@ -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" );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" );
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue