Skip to content

Commit

Permalink
Change SYSLOG in PluginHost before the messaging engine is running to…
Browse files Browse the repository at this point in the history
… DIRECT_SYSLOG
  • Loading branch information
VeithMetro committed Feb 19, 2025
1 parent be42ec5 commit b73a45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Thunder/PluginHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ POP_WARNING()
_config = new Config(configFile, _background, error);

if (error.IsSet() == true) {
SYSLOG(Logging::ParsingError, (_T("Parsing failed with %s"), ErrorDisplayMessage(error.Value()).c_str()));
DIRECT_SYSLOG("Parsing failed with %s\n", ErrorDisplayMessage(error.Value()).c_str());
delete _config;
_config = nullptr;
}
Expand Down

0 comments on commit b73a45f

Please sign in to comment.