From 3010892446ba0e8aef06781271eb3d4516651136 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 360ed60739..527d17f1e5 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -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<