]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #1949: [dnscrypt] make provider name mismatch more obvious.
authorRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 25 Oct 2017 10:13:35 +0000 (10:13 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 25 Oct 2017 10:13:35 +0000 (10:13 +0000)
git-svn-id: file:///svn/unbound/trunk@4387 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.c
doc/Changelog

index f1fcc45e14d187d30b5c3422240dda717e1e378b..b4e09558dc43be36c56fd9ae92c24cf5cbfded00 100644 (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);
index c23d8a8b7188d443ecf2cfdc25b4083ffc017e24..8fae848c3ead33db4fad86e885299632d9309c79 100644 (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.