diff options
Diffstat (limited to 'Source/charon/encoding/parser.c')
-rw-r--r-- | Source/charon/encoding/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/encoding/parser.c b/Source/charon/encoding/parser.c index 49d432103..f161391bd 100644 --- a/Source/charon/encoding/parser.c +++ b/Source/charon/encoding/parser.c @@ -595,7 +595,7 @@ static status_t parse_payload(private_parser_t *this, payload_type_t payload_typ mapping_find(payload_type_m, payload_type), this->input_roof-this->byte_pos); - this->logger->log_bytes(this->logger, RAW, "parsing payload from", this->byte_pos, + this->logger->log_bytes(this->logger, RAW|LEVEL3, "parsing payload from", this->byte_pos, this->input_roof-this->byte_pos); if (pld->get_type(pld) == UNKNOWN_PAYLOAD) |