From: bert hubert Date: Mon, 2 May 2016 11:46:13 +0000 (+0200) Subject: further logging silencing X-Git-Tag: rec-4.0.0-alpha3~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3803%2Fhead;p=thirdparty%2Fpdns.git further logging silencing --- diff --git a/pdns/rec-lua-conf.cc b/pdns/rec-lua-conf.cc index 90fdfd1d38..4dd1010bb3 100644 --- a/pdns/rec-lua-conf.cc +++ b/pdns/rec-lua-conf.cc @@ -114,7 +114,9 @@ void loadRecursorLuaConfig(const std::string& fname) } } } + theL()< loadRPZFromServer(const ComboAddress& master, const return sr; } +// this function is silent - you do the logging int loadRPZFromFile(const std::string& fname, DNSFilterEngine& target, const std::string& polName, boost::optional defpol, int place) { ZoneParserTNG zpt(fname); @@ -154,7 +155,6 @@ int loadRPZFromFile(const std::string& fname, DNSFilterEngine& target, const std DNSRecord dr(drr); if(dr.d_type == QType::SOA) { domain = dr.d_name; -// cerr<<"Origin is "<