]> git.pld-linux.org Git - packages/bind.git/blame - debug.patch
Rel 2; silence one debug message
[packages/bind.git] / debug.patch
CommitLineData
00c7f989
AM
1--- bind-9.18.9/lib/dns/zone.c~ 2022-11-07 23:17:42.000000000 +0100
2+++ bind-9.18.9/lib/dns/zone.c 2022-12-20 11:06:25.886493925 +0100
3@@ -5801,7 +5801,7 @@ dns_zone_detach(dns_zone_t **zonep) {
4 * Stop things being restarted after we cancel them below.
5 */
6 DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_EXITING);
7- dns_zone_log(zone, ISC_LOG_INFO, "final reference detached");
8+ dns_zone_log(zone, ISC_LOG_DEBUG(1), "final reference detached");
9 if (zone->task != NULL) {
10 /*
11 * This zone has a task; it can clean
This page took 0.09852 seconds and 4 git commands to generate.