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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user