Omit spurious newlines when reporting DNSKEY changes

These caused blank lines to appear in the logs.

(cherry picked from commit 3b1bd3f48b)
This commit is contained in:
Tony Finch
2020-01-16 15:54:12 +00:00
committed by Mark Andrews
parent 9816c0c3ca
commit 5c2573c1ad

View 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);