]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: remove REMOVE from log message
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 15 Jul 2022 07:20:00 +0000 (09:20 +0200)
committermind04 <mind04@monshouwer.org>
Fri, 15 Jul 2022 14:40:00 +0000 (16:40 +0200)
pdns/mastercommunicator.cc

index 332e40ce7fd39a4cb364114debda6d19c89b89bf..8b81721aea6513e4f30fd094457df40e1676fd00 100644 (file)
@@ -161,7 +161,7 @@ void CommunicatorClass::getUpdatedProducers(UeberBackend* B, vector<DomainInfo>&
 
         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)) {