From 5346c8946053a473af960f34c74d36e03a06b1e3 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 7 Dec 2005 11:49:54 +0000 Subject: - logging cleanup in states --- Source/charon/encoding/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/encoding') 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)); -- cgit v1.2.3