From: Remi Gacogne Date: Wed, 26 Feb 2020 10:18:35 +0000 (+0100) Subject: rec: Only log qname parsing errors when 'log-common-errors' is set X-Git-Tag: rec-4.4.0-alpha0~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4566e8d28ff3b18152213e8c8666aa643f8eb9;p=thirdparty%2Fpdns.git rec: Only log qname parsing errors when 'log-common-errors' is set --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index d3fc95fdf4..06d3c509c0 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2436,7 +2436,8 @@ static string* doProcessUDPQuestion(const std::string& question, const ComboAddr } } catch(std::exception& e) { - g_log<