mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 22:40:01 -04:00
[v9_11] remove spurious newline in EDNS EXPIRE logging
Patch submitted by Tony Finch (dot@dotat.at).
This commit is contained in:
parent
9e4811dc90
commit
770fe3dcab
1 changed files with 1 additions and 1 deletions
|
|
@ -11262,7 +11262,7 @@ get_edns_expire(dns_zone_t * zone, dns_message_t *message,
|
|||
}
|
||||
expire = isc_buffer_getuint32(&optbuf);
|
||||
dns_zone_log(zone, ISC_LOG_DEBUG(1),
|
||||
"got EDNS EXPIRE of %u\n", expire);
|
||||
"got EDNS EXPIRE of %u", expire);
|
||||
/*
|
||||
* Trim *expirep?
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue