]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use the same words for for both cases 9683/head
authorOtto Moerbeek <otto@drijf.net>
Mon, 9 Nov 2020 09:36:58 +0000 (10:36 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 9 Nov 2020 10:15:56 +0000 (11:15 +0100)
(cherry picked from commit 90ef54c85523e845107fecda53b365e50ae69569)

pdns/syncres.cc

index 360ed60739c31971240dca1833d3082465b59900..527d17f1e5b7ce78ac0b6dd42f6653590951b326 100644 (file)
@@ -1499,7 +1499,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);
       }