2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

2068. [cleanup] Lower incremental tuning message to debug 1.

[RT #16319]
This commit is contained in:
Mark Andrews
2006-08-08 06:37:12 +00:00
parent 2b59366035
commit cfaf65f53f
2 changed files with 6 additions and 2 deletions

View File

@@ -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 2067. [bug] 'rndc' could close the socket too early triggering
a INSIST under Windows. [RT #16317] a INSIST under Windows. [RT #16317]

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 */ /*! \file */
@@ -1407,7 +1407,8 @@ dumptostreaminc(dns_dumpctx_t *dctx) {
dctx->nodes = (nodes + dctx->nodes * 7) / 8; dctx->nodes = (nodes + dctx->nodes * 7) / 8;
isc_log_write(dns_lctx, ISC_LOGCATEGORY_GENERAL, 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", "dumptostreaminc(%p) new nodes -> %d\n",
dctx, dctx->nodes); dctx, dctx->nodes);
} }