From: n0tlu5 Date: Thu, 23 May 2024 01:38:11 +0000 (+0700) Subject: Merge weight log to status log X-Git-Tag: dnsdist-2.0.0-alpha1~178^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e95f6c5d780c0a7171ed262de8ef873dd80dcc;p=thirdparty%2Fpdns.git Merge weight log to status log --- diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc index 8d3e5ae0cd..a5970a7d0f 100644 --- a/pdns/lua-record.cc +++ b/pdns/lua-record.cc @@ -128,10 +128,18 @@ private: throw std::runtime_error(boost::str(boost::format("unable to match content with `%s`") % cd.opts.at("stringmatch"))); } - if(!status) { - g_log<