mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-20 17:39:38 +00:00
chore(userspace/falco): cleanup error message when no output is configured
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
db2f5d5e9c
commit
c69b198777
@ -25,7 +25,7 @@ application::run_result application::init_outputs()
|
||||
{
|
||||
if (m_state->config->m_outputs.empty())
|
||||
{
|
||||
return run_result::fatal("No outputs configured. Please configure at least one output file output enabled but no filename in configuration block");
|
||||
return run_result::fatal("No output configured, please make sure at least one output is configured and enabled.");
|
||||
}
|
||||
|
||||
// read hostname
|
||||
|
Loading…
Reference in New Issue
Block a user