aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/validator.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/validator.c')
-rw-r--r--lib/dns/validator.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/dns/validator.c b/lib/dns/validator.c
index 0b203d882923..565e7e1d62ab 100644
--- a/lib/dns/validator.c
+++ b/lib/dns/validator.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -2062,9 +2062,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);
}