]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: include qname when logging skip of step 4 of qname minimization 12957/head
authorDoug Freed <dwfreed@mtu.edu>
Wed, 28 Jun 2023 05:13:51 +0000 (00:13 -0500)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 05:13:51 +0000 (00:13 -0500)
pdns/recursordist/syncres.cc

index 2de8e592b8f322c714acea315a29a622ca64d75b..056825cf6445e83ccddce2afec6c01d80d2f243a 100644 (file)
@@ -1746,7 +1746,7 @@ int SyncRes::doResolve(const DNSName& qname, const QType qtype, vector<DNSRecord
         }
       }
       if (skipStep4) {
-        LOG(prefix << ": Step4 Being skipped as visited this child name already" << endl);
+        LOG(prefix << qname << ": Step4 Being skipped as visited this child name already" << endl);
         continue;
       }