From: Tony Finch Date: Thu, 16 Jan 2020 15:54:12 +0000 (+0000) Subject: Omit spurious newlines when reporting DNSKEY changes X-Git-Tag: v9.14.11~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2573c1ad75c97be958332a8c6fa8d287ad2a2b;p=thirdparty%2Fbind9.git Omit spurious newlines when reporting DNSKEY changes These caused blank lines to appear in the logs. (cherry picked from commit 3b1bd3f48b949ee8dd8e5af8eae52fd1d1554dc3) --- diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index efe4353b51f..81aa91f27ec 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -1831,7 +1831,7 @@ publish_key(dns_diff_t *diff, dns_dnsseckey_t *key, const dns_name_t *origin, if (key->prepublish && ttl > key->prepublish) { isc_stdtime_t now; - report("Key %s: Delaying activation to match the DNSKEY TTL.\n", + report("Key %s: Delaying activation to match the DNSKEY TTL.", keystr, ttl); isc_stdtime_get(&now);