]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Omit spurious newlines when reporting DNSKEY changes
authorTony Finch <dot@dotat.at>
Thu, 16 Jan 2020 15:54:12 +0000 (15:54 +0000)
committerMark Andrews <marka@isc.org>
Tue, 21 Jan 2020 05:28:24 +0000 (16:28 +1100)
These caused blank lines to appear in the logs.

(cherry picked from commit 3b1bd3f48b949ee8dd8e5af8eae52fd1d1554dc3)

lib/dns/dnssec.c

index efe4353b51f9edcf66e70a14659226d87b7798bb..81aa91f27ecc90c413443537b1c30f759f770569 100644 (file)
@@ -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);