remove spurious newline [RT #43585]
(cherry picked from commit fed2f7e4c1)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user