Moved XML request body processor error to debug level 1.

This commit is contained in:
ivanr 2007-08-10 14:25:44 +00:00
parent 5898e9e116
commit 25fb1b2629

View File

@ -249,7 +249,7 @@ apr_status_t modsecurity_request_body_store(modsec_rec *msr,
if (xml_process_chunk(msr, data, length, &my_error_msg) < 0) {
msr->msc_reqbody_error = 1;
msr->msc_reqbody_error_msg = my_error_msg;
msr_log(msr, 4, "Request body processor error: %s", my_error_msg);
msr_log(msr, 1, "Request body processor error: %s", my_error_msg);
}
}
#endif