mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] remove spurious newline in EDNS EXPIRE logging
Patch submitted by Tony Finch (dot@dotat.at).
This commit is contained in:
parent
12895c8d6f
commit
d06aed77ff
@ -11262,7 +11262,7 @@ get_edns_expire(dns_zone_t * zone, dns_message_t *message,
|
|||||||
}
|
}
|
||||||
expire = isc_buffer_getuint32(&optbuf);
|
expire = isc_buffer_getuint32(&optbuf);
|
||||||
dns_zone_log(zone, ISC_LOG_DEBUG(1),
|
dns_zone_log(zone, ISC_LOG_DEBUG(1),
|
||||||
"got EDNS EXPIRE of %u\n", expire);
|
"got EDNS EXPIRE of %u", expire);
|
||||||
/*
|
/*
|
||||||
* Trim *expirep?
|
* Trim *expirep?
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user