From: phonedph1 Date: Thu, 11 Oct 2018 16:46:02 +0000 (+0000) Subject: provide some context as to which zone X-Git-Tag: dnsdist-1.3.3~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7055%2Fhead;p=thirdparty%2Fpdns.git provide some context as to which zone --- diff --git a/pdns/rpzloader.cc b/pdns/rpzloader.cc index 1ef58622cb..eaa258b7b5 100644 --- a/pdns/rpzloader.cc +++ b/pdns/rpzloader.cc @@ -214,7 +214,7 @@ static shared_ptr loadRPZFromServer(const ComboAddress& master throw PDNSException("Total AXFR time exceeded!"); } if(last != time(0)) { - g_log<