From: Mark Andrews Date: Wed, 1 Aug 2018 05:07:33 +0000 (+1000) Subject: lower log level to debug(1) X-Git-Tag: v9.13.3~84^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d45c5cd15b3751366bd3914f1013a02132453c;p=thirdparty%2Fbind9.git lower log level to debug(1) --- diff --git a/lib/dns/rpz.c b/lib/dns/rpz.c index f104384f7ad..ecebe271566 100644 --- a/lib/dns/rpz.c +++ b/lib/dns/rpz.c @@ -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);