From 9d6aba1c2aacc50734401b773d0ebc6e6c886a61 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 14 Aug 2017 21:30:54 +0200 Subject: [PATCH] fix typo in logging of dnssec validation, add some fields --- pdns/syncres.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 671adf2a4..ade576f3f 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1872,13 +1872,13 @@ void SyncRes::getDenialValidationState(NegCache::NegCacheEntry& ne, vState& stat dState res = getDenial(csp, ne.d_name, ne.d_qtype.getCode()); if (res != expectedState) { if (res == OPTOUT && allowOptOut) { - LOG(d_prefix<<"OPT-out denial found for "<