From c69b19877772f8cedb7e9fcd4b0906c842764c5a Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 13 Jan 2023 14:01:15 +0000 Subject: [PATCH] chore(userspace/falco): cleanup error message when no output is configured Signed-off-by: Jason Dellaluce --- userspace/falco/app_actions/init_outputs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/falco/app_actions/init_outputs.cpp b/userspace/falco/app_actions/init_outputs.cpp index 3af5aeab..58cd4084 100644 --- a/userspace/falco/app_actions/init_outputs.cpp +++ b/userspace/falco/app_actions/init_outputs.cpp @@ -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