mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
removed duplicate log entry
This commit is contained in:
parent
a32b512a7f
commit
b53c2277d7
@ -300,11 +300,6 @@ char *update_rule_target_ex(modsec_rec *msr, msre_ruleset *ruleset, msre_rule *r
|
|||||||
if (msr) {
|
if (msr) {
|
||||||
msr_log(msr, 9, "Trying to replace by variable name [%s] value [%s]", name, value);
|
msr_log(msr, 9, "Trying to replace by variable name [%s] value [%s]", name, value);
|
||||||
}
|
}
|
||||||
#if !defined(MSC_TEST)
|
|
||||||
else {
|
|
||||||
ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL, " ModSecurity: Trying to replace by variable name [%s] value [%s]", name, value);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
targets = (msre_var **)rule->targets->elts;
|
targets = (msre_var **)rule->targets->elts;
|
||||||
// TODO need a good way to remove the element from array, maybe change array by tables or rings
|
// TODO need a good way to remove the element from array, maybe change array by tables or rings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user