]> granicus.if.org Git - pdns/commitdiff
provide some context as to which zone
authorphonedph1 <phoned@gmail.com>
Thu, 11 Oct 2018 16:46:02 +0000 (16:46 +0000)
committerphonedph1 <phoned@gmail.com>
Thu, 11 Oct 2018 16:46:02 +0000 (16:46 +0000)
pdns/rpzloader.cc

index 1ef58622cb34070bda69db9aa8af625e49310c66..eaa258b7b5d141f7f83007a142057f81198eb1f8 100644 (file)
@@ -214,7 +214,7 @@ static shared_ptr<SOARecordContent> loadRPZFromServer(const ComboAddress& master
       throw PDNSException("Total AXFR time exceeded!");
     }
     if(last != time(0)) {
-      g_log<<Logger::Info<<"Loaded & indexed "<<nrecords<<" policy records so far"<<endl;
+      g_log<<Logger::Info<<"Loaded & indexed "<<nrecords<<" policy records so far for RPZ zone '"<<zoneName<<"'"<<endl;
       last=time(0);
     }
   }