From 32dcc71f2d4e91fae1117e75cf9b666e07a6d2aa Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 9 Nov 2020 10:36:58 +0100 Subject: [PATCH] Use the same words for for both cases (cherry picked from commit 90ef54c85523e845107fecda53b365e50ae69569) --- pdns/syncres.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<