]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#6749 - Change configure monitor warning to DEBUG CONFIG instead of DEBUG ANY
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 17 Sep 2020 15:37:33 +0000 (15:37 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 18 Sep 2020 14:56:43 +0000 (14:56 +0000)
servers/slapd/back-ldap/monitor.c
servers/slapd/back-mdb/monitor.c
servers/slapd/overlays/pcache.c

index f88fa074224c8e70599bda5c7cf07c28fcc5795e..46ea5683990fe888042f72c6793bf07b9a88e8a8 100644 (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" );
                }
index 69737ea9eb3ce39461fd58ea0023299ce39e1406..776269dcc071c32bcf46a2088ef40131fe9152f9 100644 (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" );
                }
index e2bd101d0f56bea2ac5b4f647703a3897b4f4710..5e0164209244bfa2cc763d127b71014114723bf0 100644 (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" );
                }