From: bert hubert Date: Fri, 18 Apr 2014 10:16:10 +0000 (+0200) Subject: move a common error behind log-common-errors filter X-Git-Tag: rec-3.6.0-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a928af6db6ab5699a4a13219604eb683289a6a;p=thirdparty%2Fpdns.git move a common error behind log-common-errors filter --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 05d2ea6e6c..cd16f00f1a 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -1496,7 +1496,7 @@ void handleUDPServerResponse(int fd, FDMultiplexer::funcparam_t& var) pident.id=dh.id; pident.fd=fd; - if(!dh.qr) { + if(!dh.qr && g_logCommonErrors) { L<