chore(userspace/falco): cleanup error message when no output is configured

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2023-01-13 14:01:15 +00:00 committed by poiana
parent db2f5d5e9c
commit c69b198777

View File

@ -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