]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use the same words for for both cases 9680/head
authorOtto Moerbeek <otto@drijf.net>
Mon, 9 Nov 2020 09:36:58 +0000 (10:36 +0100)
committerOtto Moerbeek <otto@drijf.net>
Mon, 9 Nov 2020 09:36:58 +0000 (10:36 +0100)
pdns/syncres.cc

index 91eefeb21776e50bdf471e46bd0df53be8ff63d4..80cf52cfbe444d2acef8fd02364a2467c20031ff 100644 (file)
@@ -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<<qname<<": "<<msg<<endl);
         setQNameMinimization(false);
       }