]> granicus.if.org Git - pdns/commitdiff
auth: we don't know the serial at this point and it is to early to get it here
authorKees Monshouwer <mind04@monshouwer.org>
Fri, 30 Nov 2018 14:25:57 +0000 (15:25 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 30 Nov 2018 14:25:57 +0000 (15:25 +0100)
pdns/slavecommunicator.cc

index 138441a9cbc73cee012fec607fa3d5badc3fe6a9..ef52ff14d6fe6c4fd2d5dbdefa41163bd24b3221 100644 (file)
@@ -756,7 +756,6 @@ void CommunicatorClass::slaveRefresh(PacketHandler *P)
         requeue.insert(di);
       }
       else {
-        g_log<<Logger::Debug<<"Got NOTIFY for "<<di.zone<<", going to check SOA serial, our serial is "<<di.serial<<endl;
         // We received a NOTIFY for a zone. This means at least one of the zone's master server is working.
         // Therefore we delete the zone from the list of failed slave-checks to allow immediate checking.
         const auto wasFailedDomain = d_failedSlaveRefresh.find(di.zone);