mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
Nit fix removing a newline in the logs
(cherry picked from commit 780e8e8f1c)
This commit is contained in:
parent
95187ee3de
commit
d3e74983bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue