]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove spurious newline [RT #43585]
authorMark Andrews <marka@isc.org>
Tue, 8 Nov 2016 21:26:39 +0000 (08:26 +1100)
committerMark Andrews <marka@isc.org>
Tue, 8 Nov 2016 21:26:39 +0000 (08:26 +1100)
lib/dns/masterdump.c

index 788349033282486b8f0cbbdf502d456d4693b26d..dfcfeccfc98b2fad5b2b3baab65441cfadb16c12 100644 (file)
@@ -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;