From 1d3fae1be4387b1c317ca90a1aa656ecc51239ea Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Thu, 15 May 2014 08:48:21 +0200 Subject: [PATCH] lower loglevel to Info for fresh zones --- pdns/slavecommunicator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.47.2