From c823f860528558d511432cbffdfa8d3a7d61780e Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 2 May 2016 13:46:13 +0200 Subject: [PATCH] further logging silencing --- pdns/rec-lua-conf.cc | 2 ++ pdns/rpzloader.cc | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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 "<