From 1c423bb15230cc5ef6246bb2140ff99d8b92f5f1 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 20 Feb 2025 07:39:26 +0100 Subject: [PATCH] Consistent spelling of "Lua record" in logs. --- pdns/lua-record.cc | 16 ++++++++-------- pdns/packethandler.cc | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc index 36bfdccd0a..886d755a63 100644 --- a/pdns/lua-record.cc +++ b/pdns/lua-record.cc @@ -139,12 +139,12 @@ private: try { weight = stoi(content); if(!status) { - g_log< g_getGeo; if(!g_getGeo) { if(!initialized) { - g_log< useSelector(const std::string &selector, const Combo else if(selector=="hashed") ret.emplace_back(pickHashed(bestwho, candidates)); else { - g_log<(candidates)); } @@ -1152,10 +1152,10 @@ static void setupLuaRecords(LuaContext& lua) // NOLINT(readability-function-cogn return fmt.str(); } catch(std::exception& ex) { - g_log<(rr.dr); if (!rec) { -- 2.47.3