chore(engine): remove trailing colon from logs when loading rule files

Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
This commit is contained in:
Aldo Lacuku 2022-07-12 09:49:12 +02:00 committed by poiana
parent 4c4ed56c19
commit 46f625c449

View File

@ -95,7 +95,7 @@ application::run_result application::load_rules_files()
for (const auto& filename : m_state->config->m_loaded_rules_filenames)
{
falco_logger::log(LOG_INFO, "Loading rules from file " + filename + ":\n");
falco_logger::log(LOG_INFO, "Loading rules from file " + filename + "\n");
uint64_t required_engine_version;
try {