mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user