]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2068. [cleanup] Lower incremental tuning message to debug 1.
authorMark Andrews <marka@isc.org>
Tue, 8 Aug 2006 06:37:12 +0000 (06:37 +0000)
committerMark Andrews <marka@isc.org>
Tue, 8 Aug 2006 06:37:12 +0000 (06:37 +0000)
                        [RT #16319]

CHANGES
lib/dns/masterdump.c

diff --git a/CHANGES b/CHANGES
index f6eb40b40260525caf7a9ad4072e57ab49ec4f3a..7c9611fb21b8920388a6c37d444b2bc9ac927dff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2068.  [cleanup]       Lower incremental tuning message to debug 1.
+                       [RT #16319]
+
 2067.  [bug]           'rndc' could close the socket too early triggering
                        a INSIST under Windows. [RT #16317]
 
index 988574fa7f380d5341bfe0c2a1cde24bac2e41ee..aeb8a2c6cb7e803dada3e66650077c1b6144961e 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: masterdump.c,v 1.86 2006/03/09 23:57:56 marka Exp $ */
+/* $Id: masterdump.c,v 1.87 2006/08/08 06:37:12 marka Exp $ */
 
 /*! \file */
 
@@ -1407,7 +1407,8 @@ dumptostreaminc(dns_dumpctx_t *dctx) {
                        dctx->nodes = (nodes + dctx->nodes * 7) / 8;
 
                        isc_log_write(dns_lctx, ISC_LOGCATEGORY_GENERAL,
-                                     DNS_LOGMODULE_MASTERDUMP, ISC_LOG_INFO,
+                                     DNS_LOGMODULE_MASTERDUMP,
+                                     ISC_LOG_DEBUG(1),
                                      "dumptostreaminc(%p) new nodes -> %d\n",
                                      dctx, dctx->nodes);
                }