From: Evan Hunt Date: Tue, 20 Jan 2015 04:15:01 +0000 (-0800) Subject: [master] remove a potentially misleading log message X-Git-Tag: v9.11.0a1~1098 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=59c489552dedeee2444e88b7c6b2849e3cb591e6;p=thirdparty%2Fbind9.git [master] remove a potentially misleading log message --- diff --git a/lib/dns/validator.c b/lib/dns/validator.c index 8b93e49babd..1e65e0136e9 100644 --- a/lib/dns/validator.c +++ b/lib/dns/validator.c @@ -2063,9 +2063,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); }