Fixed: return msgs at detectSQLi

This commit is contained in:
Breno Silva 2013-05-08 16:22:47 -04:00
parent db964c4223
commit fed38c8107

View File

@ -2160,9 +2160,8 @@ static int msre_op_detectSQLi_execute(modsec_rec *msr, msre_rule *rule, msre_var
}
} else {
if (msr->txcfg->debuglog_level >= 9) {
msr_log(msr, 9, "detectSQLi: no sql, libinjection fingerprint '%s' no match input '%s'",
sf.pat,
log_escape_ex(msr->mp, var->value, var->value_len));
msr_log(msr, 9, "detectSQLi: no sql, libinjection no match input '%s' at '%s'",
log_escape_ex(msr->mp, var->value, var->value_len), var->name);
}
}