mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 00:16:08 +03:00
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
3dc9fe990c
commit
90be54e25e
@ -309,7 +309,7 @@ bool XML::complete(std::string *error) {
|
|||||||
|
|
||||||
if (m_data.well_formed != 1) {
|
if (m_data.well_formed != 1) {
|
||||||
error->assign("XML: Failed parsing document.");
|
error->assign("XML: Failed parsing document.");
|
||||||
ms_dbg_a(m_transaction, 4, "XML: Failed parsing 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