From 5fd510a45bd5f89539f89565f4a6187608a96771 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 24 Oct 2022 11:17:27 +0200 Subject: [PATCH] rec: More clear trace message for cache-only lookups. Fixes #12080 --- pdns/syncres.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 443b94fd63..5095bbbff7 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1819,7 +1819,7 @@ int SyncRes::doResolveNoQNameMinimization(const DNSName &qname, const QType qtyp if(!(d_updatingRootNS && qtype.getCode()==QType::NS && qname.isRoot())) { if(d_cacheonly) { // very limited OOB support LWResult lwr; - LOG(prefix<end()) { -- 2.47.2