aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/charon/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/charon/parser.c b/Source/charon/parser.c
index c30092302..316530e33 100644
--- a/Source/charon/parser.c
+++ b/Source/charon/parser.c
@@ -509,6 +509,7 @@ static status_t parse_chunk(private_parser_t *this, int rule_number, chunk_t *ou
memcpy(output_pos->ptr, this->byte_pos, length);
}
this->byte_pos += length;
+ this->logger->log_bytes(this->logger, RAW, " =>", (void*)output_pos->ptr, length);
return SUCCESS;
}