diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/sa/child_sa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/child_sa.c b/src/charon/sa/child_sa.c index b7b4492f8..3d1896912 100644 --- a/src/charon/sa/child_sa.c +++ b/src/charon/sa/child_sa.c @@ -268,7 +268,7 @@ static status_t install(private_child_sa_t *this, proposal_t *proposal, prf_plus dst = this->other.addr; } - this->logger->log(this->logger, CONTROL|LEVEL1, "Adding %s %s SA", + this->logger->log(this->logger, CONTROL|LEVEL1, "adding %s %s SA", mine ? "inbound" : "outbound", mapping_find(protocol_id_m, this->protocol)); |