[v9_11] 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:26:40 -07:00
parent 9e4811dc90
commit 770fe3dcab

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