From: Peter van Dijk Date: Fri, 6 Dec 2019 13:31:31 +0000 (+0100) Subject: add qname/qtype to LUA Lua errors X-Git-Tag: auth-4.3.0-alpha1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f99d12f57104349e9dcfc82b026662eb8c89df9f;p=thirdparty%2Fpdns.git add qname/qtype to LUA Lua errors --- diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc index 4760a46891..c3ff6fc632 100644 --- a/pdns/lua-record.cc +++ b/pdns/lua-record.cc @@ -963,7 +963,7 @@ std::vector> luaSynth(const std::string& code, cons ret.push_back(DNSRecordContent::mastermake(qtype, QClass::IN, content_it )); } } catch(std::exception &e) { - g_log << Logger::Info << "Lua record reported: " << e.what(); + g_log << Logger::Info << "Lua record ("<