2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

lower log level to debug(1)

This commit is contained in:
Mark Andrews
2018-08-01 15:07:33 +10:00
parent d30f6e5f99
commit 12d45c5cd1

View 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);