From: Evan Hunt Date: Tue, 20 Jan 2015 04:15:24 +0000 (-0800) Subject: [v9_10] remove a potentially misleading log message X-Git-Tag: v9.10.2rc1~19 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a7763db2e031c5a28be09a11cf691a506be459fa;p=thirdparty%2Fbind9.git [v9_10] remove a potentially misleading log message --- diff --git a/lib/dns/validator.c b/lib/dns/validator.c index 88bfaef465a..08ca8413352 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -2065,9 +2065,6 @@ validatezonekey(dns_validator_t *val) { "the DNSKEY RRset and also matches a " "trusted key for '%s'", namebuf); - validator_log(val, ISC_LOG_NOTICE, - "please check the 'trusted-keys' for " - "'%s' in named.conf.", namebuf); return (DNS_R_NOVALIDKEY); }