]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
lower log level to debug(1)
authorMark Andrews <marka@isc.org>
Wed, 1 Aug 2018 05:07:33 +0000 (15:07 +1000)
committerMark Andrews <marka@isc.org>
Thu, 2 Aug 2018 01:31:17 +0000 (21:31 -0400)
lib/dns/rpz.c

index f104384f7adbb7d17b66cd679a4244907c09d8bb..ecebe2715662c660b8d8c3b2793487b597d0af9e 100644 (file)
@@ -1711,7 +1711,7 @@ setup_update(dns_rpz_zone_t *rpz) {
                hashsize -= DNS_RPZ_HTSIZE_DIV;
 
        isc_log_write(dns_lctx, DNS_LOGCATEGORY_GENERAL,
-                             DNS_LOGMODULE_MASTER, ISC_LOG_INFO,
+                             DNS_LOGMODULE_MASTER, ISC_LOG_DEBUG(1),
                              "rpz: %s: using hashtable size %d",
                              domain, hashsize);