mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:22:05 -04:00
[master] remove a potentially misleading log message
This commit is contained in:
parent
c7940abbd3
commit
59c489552d
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue