]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth slave: log successful NOTIFY 9387/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 17 Aug 2020 13:14:24 +0000 (15:14 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 1 Sep 2020 16:35:53 +0000 (18:35 +0200)
pdns/packethandler.cc

index 2eec1d1b6268b64dd0d606882243b86ab792f469..f4e95534b6ecb26db33684c620fde8a975609989 100644 (file)
@@ -870,7 +870,7 @@ int PacketHandler::trySuperMasterSynchronous(const DNSPacket& p, const DNSName&
 
 int PacketHandler::processNotify(const DNSPacket& p)
 {
-  /* now what? 
+  /* now what?
      was this notification from an approved address?
      was this notification approved by TSIG?
      We determine our internal SOA id (via UeberBackend)
@@ -948,7 +948,7 @@ int PacketHandler::processNotify(const DNSPacket& p)
   }
 
   if(::arg().mustDo("slave")) {
-    g_log<<Logger::Debug<<"Queueing slave check for "<<p.qdomain<<endl;
+    g_log<<Logger::Notice<<"Received NOTIFY for "<<p.qdomain<<" from "<<p.getRemote()<<" - queueing check"<<endl;
     Communicator.addSlaveCheckRequest(di, p.d_remote);
   }
   return 0;