mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-30 02:09:28 -05:00
nicer error message
git-svn-id: file:///svn/unbound/trunk@1733 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
658e84f7a0
commit
f73ce55c6e
1 changed files with 1 additions and 1 deletions
|
|
@ -2102,7 +2102,7 @@ primeResponseToKE(int rcode, struct dns_msg* msg, struct trust_anchor* ta,
|
|||
|
||||
if(sec != sec_status_secure) {
|
||||
log_nametypeclass(VERB_OPS, "failed to prime trust anchor -- "
|
||||
"could not fetch secure DNSKEY rrset",
|
||||
"DNSKEY rrset is not secure",
|
||||
ta->name, LDNS_RR_TYPE_DNSKEY, ta->dclass);
|
||||
/* NOTE: in this case, we should probably reject the trust
|
||||
* anchor for longer, perhaps forever. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue