From: Kees Monshouwer Date: Thu, 15 May 2014 06:48:21 +0000 (+0200) Subject: lower loglevel to Info for fresh zones X-Git-Tag: rec-3.6.0-rc1~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1410%2Fhead;p=thirdparty%2Fpdns.git lower loglevel to Info for fresh zones --- diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index 99dca706fd..91d3b88acc 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -643,7 +643,7 @@ void CommunicatorClass::slaveRefresh(PacketHandler *P) } else if(theirserial == ourserial) { if(!dk.isPresigned(di.zone)) { - L<setFresh(di.id); } else { @@ -658,7 +658,7 @@ void CommunicatorClass::slaveRefresh(PacketHandler *P) } } if(maxInception == ssr.d_freshness[di.id].theirInception && maxExpire == ssr.d_freshness[di.id].theirExpire) { - L<setFresh(di.id); } else {