Skip to content

Commit 90be54e

Browse files
airweentheseion
andauthored
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent 3dc9fe9 commit 90be54e

File tree

1 file changed

+1
-1
lines changed
  • src/request_body_processor

1 file changed

+1
-1
lines changed

src/request_body_processor/xml.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ bool XML::complete(std::string *error) {
309309

310310
if (m_data.well_formed != 1) {
311311
error->assign("XML: Failed parsing document.");
312-
ms_dbg_a(m_transaction, 4, "XML: Failed parsing document.");
312+
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document.");
313313
return false;
314314
}
315315
}

0 commit comments

Comments
 (0)