mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 01:28:05 -04:00
remove spurious newline [RT #43585]
(cherry picked from commit fed2f7e4c1)
This commit is contained in:
parent
174f4cb0ab
commit
11088c8f65
1 changed files with 1 additions and 1 deletions
|
|
@ -1623,7 +1623,7 @@ dumptostreaminc(dns_dumpctx_t *dctx) {
|
|||
isc_log_write(dns_lctx, ISC_LOGCATEGORY_GENERAL,
|
||||
DNS_LOGMODULE_MASTERDUMP,
|
||||
ISC_LOG_DEBUG(1),
|
||||
"dumptostreaminc(%p) new nodes -> %d\n",
|
||||
"dumptostreaminc(%p) new nodes -> %d",
|
||||
dctx, dctx->nodes);
|
||||
}
|
||||
result = DNS_R_CONTINUE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue