Skip to content

Commit 0c7ea21

Browse files
airweentheseion
andauthored
Update comment
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
1 parent 72de7e8 commit 0c7ea21

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
@@ -263,7 +263,7 @@ bool XML::processChunk(const char *buf, unsigned int size,
263263
m_data.xml_parser_state->parsing_ctx_arg = m_data.parsing_ctx_arg;
264264
if (m_data.parsing_ctx->wellFormed != 1) {
265265
error->assign("XML: Failed to parse document.");
266-
ms_dbg_a(m_transaction, 4, "XML: Failed parsing document.");
266+
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document.");
267267
return false;
268268
}
269269
}

0 commit comments

Comments
 (0)