]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix dnssec-signzone and -verify logging (again)
authorMatthijs Mekking <matthijs@isc.org>
Tue, 5 Jan 2021 11:06:23 +0000 (12:06 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 5 Jan 2021 11:06:23 +0000 (12:06 +0100)
commit18c62a077ec0f7f1c56564dc2bd45b0c80e5b2f7
tree598521e3eff1529f37d356de4ba5747b9ef80181
parentba4073ef0d683f45ee7912b824d2ab695d5fcb4e
Fix dnssec-signzone and -verify logging (again)

While fixing #2359, 'report()' was changed so that it would print the
newline.

Newlines were missing from the output of 'dnssec-signzone'
and 'dnssec-verify' because change
664b8f04f5f2322086138f5eda5899a62bcc019b moved the printing from
newlines to the library.

This had to be reverted because this also would print redundant
newlines in logfiles.

While doing the revert, some newlines in 'lib/dns/zoneverify.c'
were left in place, now making 'dnssec-signzone' and 'dnssec-verify'
print too many newlines.

This commit removes those newlines, so that the output looks nice
again.
CHANGES
lib/dns/zoneverify.c