mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
2135c8934e
commit
91a45e79bd
@ -309,7 +309,7 @@ bool XML::complete(std::string *error) {
|
|||||||
+ std::to_string(m_data.well_formed) + ").");
|
+ std::to_string(m_data.well_formed) + ").");
|
||||||
|
|
||||||
if (m_data.well_formed != 1) {
|
if (m_data.well_formed != 1) {
|
||||||
error->assign("XML: Failed parsing document.");
|
error->assign("XML: Failed to parse document.");
|
||||||
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document.");
|
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user