mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +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) {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user