diff options
Diffstat (limited to 'src/charon/encoding/message.c')
-rw-r--r-- | src/charon/encoding/message.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/charon/encoding/message.c b/src/charon/encoding/message.c index 29a210352..b4bede333 100644 --- a/src/charon/encoding/message.c +++ b/src/charon/encoding/message.c @@ -1062,8 +1062,7 @@ static status_t decrypt_payloads(private_message_t *this,crypter_t *crypter, sig if (status != SUCCESS) { this->logger->log(this->logger, ERROR, - "encrypted payload could not be decrypted and parsed: %s", - mapping_find(status_m, status)); + "encrypted payload could not be decrypted and parsed"); iterator->destroy(iterator); return PARSE_ERROR; } |