From: Otto Moerbeek Date: Mon, 9 Nov 2020 09:36:58 +0000 (+0100) Subject: Use the same words for for both cases X-Git-Tag: rec-4.3.6~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9684%2Fhead;p=thirdparty%2Fpdns.git Use the same words for for both cases (cherry picked from commit 90ef54c85523e845107fecda53b365e50ae69569) --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 6d84f1220b..e2143290b8 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -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<