]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix error loading rpz zone logging message
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 31 Jan 2023 13:24:38 +0000 (08:24 -0500)
committerGitHub <noreply@github.com>
Tue, 31 Jan 2023 13:24:38 +0000 (08:24 -0500)
pdns/recursordist/rec-lua-conf.cc

index 9ad994b697c8ca268396c16421ad29f9b8cb611b..ce8bfb034e79900e0b531ec8b89fa854bfe1aa8b 100644 (file)
@@ -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 loadin RPZ zone from file"));
+           log->error(Logr::Error, e.what(), "Exception while loading RPZ zone from file"));
     }
   });