The "final reference detached" message was meant to be DEBUG(1), but was
instead kept at INFO level. Move it to the DEBUG(1) logging level, so
it's not printed under normal operations.
* Stop things being restarted after we cancel them below.
*/
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_EXITING);
- dns_zone_log(zone, ISC_LOG_INFO, "final reference detached");
+ dns_zone_log(zone, ISC_LOG_DEBUG(1),
+ "final reference detached");
if (zone->loop != NULL) {
/*