Nit fix removing a newline in the logs

(cherry picked from commit 780e8e8f1c)
This commit is contained in:
Matthijs Mekking 2025-12-09 14:13:58 +01:00 committed by Mark Andrews
parent 95187ee3de
commit d3e74983bb

View file

@ -8803,7 +8803,7 @@ zone_nsec3chain(dns_zone_t *zone) {
if (first) {
dnssec_log(zone, ISC_LOG_DEBUG(3),
"zone_nsec3chain:buildnsecchain = %u\n",
"zone_nsec3chain:buildnsecchain = %u",
buildnsecchain);
}