Skip to content

Commit 8947346

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

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
@@ -280,7 +280,7 @@ bool XML::processChunk(const char *buf, unsigned int size,
280280
xmlParseChunk(m_data.parsing_ctx_arg, buf, size, 0);
281281
if (m_data.parsing_ctx_arg->wellFormed != 1) {
282282
error->assign("XML: Failed to parse document for ARGS.");
283-
ms_dbg_a(m_transaction, 4, "XML: Failed parsing document for ARGS.");
283+
ms_dbg_a(m_transaction, 4, "XML: Failed to parse document for ARGS.");
284284
return false;
285285
}
286286
}

0 commit comments

Comments
 (0)