From: Carlos Date: Tue, 5 Jan 2021 10:29:27 +0000 (+0100) Subject: Reword zone xfr log message to remove ordinal number naming errors. X-Git-Tag: rec-4.5.0-alpha1~43^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfcc4e68e19ad6700d9ecd6330f5648486e0a66b;p=thirdparty%2Fpdns.git Reword zone xfr log message to remove ordinal number naming errors. --- 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<