2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

[master] remove spurious newline in EDNS EXPIRE logging

Patch submitted by Tony Finch (dot@dotat.at).
This commit is contained in:
Evan Hunt 2016-08-10 09:25:48 -07:00
parent 12895c8d6f
commit d06aed77ff

View File

@ -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?
*/