- Adds a missing "s" while informing the amount of remote loaded rules.
- Renames text file that was wrongly named as .py
This commit is contained in:
Felipe Zimmerle 2014-11-17 14:44:17 -08:00
parent 277f2e1e6f
commit b019f6056f
2 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ static int hook_post_config(apr_pool_t *mp, apr_pool_t *mp_log, apr_pool_t *mp_t
else else
{ {
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, NULL, ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, NULL,
"ModSecurity: Loaded %d rule from: '%s'.", "ModSecurity: Loaded %d rules from: '%s'.",
remote_rules_server->amount_of_rules, remote_rules_server->amount_of_rules,
remote_rules_server->uri); remote_rules_server->uri);
} }