]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix processsing typo. 14425/head
authorAndreas Jakum <aj-gh@users.noreply.github.com>
Thu, 4 Jul 2024 13:29:47 +0000 (15:29 +0200)
committerAndreas Jakum <aj-gh@users.noreply.github.com>
Thu, 4 Jul 2024 13:29:47 +0000 (15:29 +0200)
pdns/recursordist/settings/cxxsupport.cc

index 92373e6d8c8b1ddf346aa66eaf08374416c4b536..db1053f110cfc02d7631c92c60c0bc32e58d7b3f 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: