From: Kees Monshouwer Date: Fri, 15 Jul 2022 07:20:00 +0000 (+0200) Subject: auth: remove REMOVE from log message X-Git-Tag: auth-4.8.0-alpha0~7^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d264171109fce6431e6662c280d55fe08d3378;p=thirdparty%2Fpdns.git auth: remove REMOVE from log message --- diff --git a/pdns/mastercommunicator.cc b/pdns/mastercommunicator.cc index 332e40ce7f..8b81721aea 100644 --- a/pdns/mastercommunicator.cc +++ b/pdns/mastercommunicator.cc @@ -161,7 +161,7 @@ void CommunicatorClass::getUpdatedProducers(UeberBackend* B, vector& B->setDomainMetadata(di.zone, "CATALOG-HASH", mapHash); - g_log << Logger::Warning << "new hash '" << mapHash << "' for zone '" << di.zone << "' REMOVE" << endl; // REMOVE + g_log << Logger::Warning << "new CATALOG-HASH '" << mapHash << "' for zone '" << di.zone << "'" << endl; SOAData sd; if (!B->getSOAUncached(di.zone, sd)) {