Skip to content

Commit

Permalink
chore(userspace/falco): make it clear singular vs plural.
Browse files Browse the repository at this point in the history
Co-authored-by: Melissa Kilby <melissa.kilby.oss@gmail.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP and incertum committed Apr 16, 2024
1 parent 27fe089 commit 04f95fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/falco/configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ void falco_configuration::load_yaml(const std::string& config_name)
{
num_rules_files_opts++;
config.get_sequence<std::list<std::string>>(rules_files, std::string("rules_file"));
falco_logger::log(falco_logger::level::WARNING, "Using deprecated config key 'rules_file'. Please use new 'rules_files' config key.");
falco_logger::log(falco_logger::level::WARNING, "Using deprecated config key 'rules_file' (singular form). Please use new 'rules_files' config key (plural form).");
}
if (num_rules_files_opts == 2)
{
Expand Down

0 comments on commit 04f95fc

Please sign in to comment.