mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-26 14:52:20 +00:00
chore(engine): remove trailing colon from logs when loading rule files
Signed-off-by: Aldo Lacuku <aldo@lacuku.eu>
This commit is contained in:
parent
4c4ed56c19
commit
46f625c449
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user