diff options
author | Martin Willi <martin@strongswan.org> | 2005-12-07 11:49:54 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-12-07 11:49:54 +0000 |
commit | 5346c8946053a473af960f34c74d36e03a06b1e3 (patch) | |
tree | 4fb32f33c48df9899d323127a8f657440aedd810 /Source/charon/encoding | |
parent | 51d56047d80383ddaa135d8862d6bee22b619489 (diff) | |
download | strongswan-5346c8946053a473af960f34c74d36e03a06b1e3.tar.bz2 strongswan-5346c8946053a473af960f34c74d36e03a06b1e3.tar.xz |
- logging cleanup in states
Diffstat (limited to 'Source/charon/encoding')
-rw-r--r-- | Source/charon/encoding/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/encoding/message.c b/Source/charon/encoding/message.c index cb4db5ba9..b67f06dd7 100644 --- a/Source/charon/encoding/message.c +++ b/Source/charon/encoding/message.c @@ -787,7 +787,7 @@ static status_t parse_body(private_message_t *this, crypter_t *crypter, signer_t this->logger->log(this->logger, ERROR, "Verification of message failed"); } - this->logger->log(this->logger, CONTROL, "Message a %s %s contains %d payloads", + this->logger->log(this->logger, CONTROL, "Message %s %s contains %d payloads", mapping_find(exchange_type_m, this->exchange_type), this->is_request ? "request" : "response", this->payloads->get_count(this->payloads)); |