mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
More cleanup of error messages and marking as relevant. See #4.
This commit is contained in:
@@ -596,11 +596,14 @@ void sec_audit_logger(modsec_rec *msr) {
|
||||
}
|
||||
|
||||
if (rc <= 0) {
|
||||
msr_log(msr, 1, "Audit log: %s", my_error_msg);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (rc < 0) {
|
||||
msr_log(msr, 1, "Audit log: %s", my_error_msg);
|
||||
}
|
||||
|
||||
modsecurity_request_body_retrieve_end(msr);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user