From 90ef54c85523e845107fecda53b365e50ae69569 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 9 Nov 2020 10:36:58 +0100 Subject: [PATCH] Use the same words for for both cases --- pdns/syncres.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 91eefeb217..80cf52cfbe 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -1500,7 +1500,7 @@ bool SyncRes::doCNAMECacheCheck(const DNSName &qname, const QType &qtype, vector if (newTarget.isPartOf(qname)) { // a.b.c. CNAME x.a.b.c will go to great depths with QM on - string msg = "got a CNAME referral (from cache) to child, switching off QM"; + string msg = "got a CNAME referral (from cache) to child, disabling QM"; LOG(prefix<