Compare commits

...

1 Commits

Author SHA1 Message Date
Luca Guerra
74a0882244 test update
Signed-off-by: Luca Guerra <luca@guerra.sh>
2024-02-26 13:09:05 +01:00

View File

@@ -41,7 +41,7 @@ falco::app::run_result falco::app::actions::pidfile(const falco::app::state& s)
if (!pidfile.good())
{
falco_logger::log(falco_logger::level::ERR, "Could not write pid to pidfile " + s.options.pidfilename + ". Exiting.\n");
falco_logger::log(falco_logger::level::ERR, "Could not write pid to pidfile : " + s.options.pidfilename + ". Exiting.\n");
exit(-1);
}
pidfile << self_pid;