remove spurious newline [RT #43585]

(cherry picked from commit fed2f7e4c1)
This commit is contained in:
Mark Andrews 2016-11-09 08:26:39 +11:00
parent 174f4cb0ab
commit 11088c8f65

View file

@ -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;