]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Use the same words for for both cases 9684/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:31:29 +0000 (11:31 +0100)
(cherry picked from commit 90ef54c85523e845107fecda53b365e50ae69569)

pdns/syncres.cc

index 6d84f1220bed8359acaa53dfcddccf0c4d07eb62..e2143290b8d4b05bbd6bb44b56ed0df48c598368 100644 (file)
@@ -1352,7 +1352,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);
       }