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: dnsdist-1.6.0-alpha0~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9680%2Fhead;p=thirdparty%2Fpdns.git Use the same words for for both cases --- 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<