- Fix #1949: [dnscrypt] make provider name mismatch more obvious.

git-svn-id: file:///svn/unbound/trunk@4387 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Ralph Dolmans 2017-10-25 10:13:35 +00:00
parent bcadc2b45c
commit d016f85110
2 changed files with 2 additions and 1 deletions

View file

@ -1046,7 +1046,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
strcasecmp(buf,
worker->daemon->dnscenv->provider_name) == 0)) {
verbose(VERB_ALGO,
"dnscrypt: not TXT %s. Receive: %s %s",
"dnscrypt: not TXT \"%s\". Received: %s \"%s\"",
worker->daemon->dnscenv->provider_name,
sldns_rr_descript(qinfo.qtype)->_name,
buf);

View file

@ -1,5 +1,6 @@
25 October 2017: Ralph
- Fixed libunbound manual typo.
- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
24 October 2017: Ralph
- Update B root ipv4 address.