From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:24:38 +0000 (-0500) Subject: Fix error loading rpz zone logging message X-Git-Tag: dnsdist-1.8.0-rc1~63^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96cebcf6c43c0a1ae53021a30af4d4b3a4e0dd40;p=thirdparty%2Fpdns.git Fix error loading rpz zone logging message --- diff --git a/pdns/recursordist/rec-lua-conf.cc b/pdns/recursordist/rec-lua-conf.cc index 9ad994b697..ce8bfb034e 100644 --- a/pdns/recursordist/rec-lua-conf.cc +++ b/pdns/recursordist/rec-lua-conf.cc @@ -466,7 +466,7 @@ void loadRecursorLuaConfig(const std::string& fname, luaConfigDelayedThreads& de } catch (const std::exception& e) { SLOG(g_log << Logger::Error << "Unable to load RPZ zone from '" << filename << "': " << e.what() << endl, - log->error(Logr::Error, e.what(), "Exception while loadinf RPZ zone from file")); + log->error(Logr::Error, e.what(), "Exception while loading RPZ zone from file")); } });