]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix processsing typo. 14435/head
authorAndreas Jakum <aj-gh@users.noreply.github.com>
Thu, 4 Jul 2024 13:29:47 +0000 (15:29 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 8 Jul 2024 06:47:21 +0000 (08:47 +0200)
(cherry picked from commit c91c84f640e32a7d24925a78cf3609e731d098e9)

pdns/recursordist/settings/cxxsupport.cc

index dd88d1f06092ba85d9d425218e56b90c8f5adb6c..d5f1f25c334fb3dd207b554a7fd343930e451450 100644 (file)
@@ -1358,7 +1358,7 @@ pdns::settings::rec::YamlSettingsStatus pdns::settings::rec::tryReadYAML(const s
 
   case pdns::settings::rec::YamlSettingsStatus::PresentButFailed:
     SLOG(g_log << Logger::Error << "YAML config found for configname '" << yamlconfigname << "' but error ocurred processing it" << endl,
-         startupLog->error(Logr::Error, msg, "YAML config found, but error occurred processsing it", "configname", Logging::Loggable(yamlconfigname)));
+         startupLog->error(Logr::Error, msg, "YAML config found, but error occurred processing it", "configname", Logging::Loggable(yamlconfigname)));
     break;
 
   case pdns::settings::rec::YamlSettingsStatus::OK: