Update error message

Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
Ervin Hegedus 2025-04-27 20:20:22 +02:00 committed by GitHub
parent 3dc9fe990c
commit 90be54e25e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}