From dfcc4e68e19ad6700d9ecd6330f5648486e0a66b Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 5 Jan 2021 11:29:27 +0100 Subject: [PATCH] Reword zone xfr log message to remove ordinal number naming errors. --- pdns/slavecommunicator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index b3f47248f3..eb6ece8823 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -653,7 +653,7 @@ void CommunicatorClass::suck(const DNSName &domain, const ComboAddress& remote, newCount = d_failedSlaveRefresh[domain].first + 1; time_t nextCheck = now + std::min(newCount * d_tickinterval, (uint64_t)::arg().asNum("default-ttl")); d_failedSlaveRefresh[domain] = {newCount, nextCheck}; - g_log<