]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_10] remove a potentially misleading log message
authorEvan Hunt <each@isc.org>
Tue, 20 Jan 2015 04:15:24 +0000 (20:15 -0800)
committerEvan Hunt <each@isc.org>
Tue, 20 Jan 2015 04:15:24 +0000 (20:15 -0800)
lib/dns/validator.c

index 88bfaef465afee897e247ff72da6ebee4383f78e..08ca8413352d9a445a97e0561e2e0440bcd1ddb2 100644 (file)
@@ -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);
                }