mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Nit fix removing a newline in the logs
This commit is contained in:
parent
3679bd4888
commit
780e8e8f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -9009,7 +9009,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