aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/parser.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-02-09 10:16:20 +0000
committerMartin Willi <martin@strongswan.org>2006-02-09 10:16:20 +0000
commit93df94acade3b53a8110b5a9b3c60c8e358eb85f (patch)
treeb07293244c237860778b1a03d2fd71791ea5807f /Source/charon/encoding/parser.c
parentc06dbbabd1498d614d4db88bb4205e2afcd6dab8 (diff)
downloadstrongswan-93df94acade3b53a8110b5a9b3c60c8e358eb85f.tar.bz2
strongswan-93df94acade3b53a8110b5a9b3c60c8e358eb85f.tar.xz
- works with new proposal code
- still some(!) memleaks
Diffstat (limited to 'Source/charon/encoding/parser.c')
-rw-r--r--Source/charon/encoding/parser.c2
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)