From d016f8511094b066591a0746220db9eb898e4511 Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Wed, 25 Oct 2017 10:13:35 +0000 Subject: [PATCH] - Fix #1949: [dnscrypt] make provider name mismatch more obvious. git-svn-id: file:///svn/unbound/trunk@4387 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/worker.c | 2 +- doc/Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/worker.c b/daemon/worker.c index f1fcc45e1..b4e09558d 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -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); diff --git a/doc/Changelog b/doc/Changelog index c23d8a8b7..8fae848c3 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.