From 11088c8f65fee87efb0c01640f986fb2153eb517 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 9 Nov 2016 08:26:39 +1100 Subject: [PATCH] remove spurious newline [RT #43585] (cherry picked from commit fed2f7e4c11e6bb58c73fa5c48a2ff3230b7c28b) --- lib/dns/masterdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index 595c8e73f2..bc631f05e6 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -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;