From: Mark Andrews Date: Tue, 8 Nov 2016 21:26:39 +0000 (+1100) Subject: remove spurious newline [RT #43585] X-Git-Tag: v9.12.0a1~660 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fed2f7e4c11e6bb58c73fa5c48a2ff3230b7c28b;p=thirdparty%2Fbind9.git remove spurious newline [RT #43585] --- diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 78834903328..dfcfeccfc98 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -1686,7 +1686,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;