mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
fix typo
- 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:
parent
277f2e1e6f
commit
b019f6056f
@ -774,7 +774,7 @@ static int hook_post_config(apr_pool_t *mp, apr_pool_t *mp_log, apr_pool_t *mp_t
|
||||
else
|
||||
{
|
||||
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->uri);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user