We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc9fe9 commit 90be54eCopy full SHA for 90be54e
src/request_body_processor/xml.cc
@@ -309,7 +309,7 @@ bool XML::complete(std::string *error) {
309
310
if (m_data.well_formed != 1) {
311
error->assign("XML: Failed parsing document.");
312
- ms_dbg_a(m_transaction, 4, "XML: Failed parsing document.");
+ ms_dbg_a(m_transaction, 4, "XML: Failed to parse document.");
313
return false;
314
}
315
0 commit comments