aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/connections/local_connection_store.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-09-08 06:12:02 +0000
committerMartin Willi <martin@strongswan.org>2006-09-08 06:12:02 +0000
commit1239c6f40b9940a9b15d514a72e93dae323c6c04 (patch)
tree321f264870d7d746ce5789c20cf4feaef733448c /src/charon/config/connections/local_connection_store.c
parenta655f5c09c2ba180b7d393dbdfc8b8057293d9ab (diff)
downloadstrongswan-1239c6f40b9940a9b15d514a72e93dae323c6c04.tar.bz2
strongswan-1239c6f40b9940a9b15d514a72e93dae323c6c04.tar.xz
implemented handling of dpdaction and dpddelay ipsec.conf parameters
Diffstat (limited to 'src/charon/config/connections/local_connection_store.c')
-rw-r--r--src/charon/config/connections/local_connection_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/config/connections/local_connection_store.c b/src/charon/config/connections/local_connection_store.c
index 024754ee7..72265b5f0 100644
--- a/src/charon/config/connections/local_connection_store.c
+++ b/src/charon/config/connections/local_connection_store.c
@@ -126,7 +126,7 @@ static connection_t *get_connection_by_hosts(private_local_connection_store_t *t
host_t *found_my_host = found->get_my_host(found);
host_t *found_other_host = found->get_other_host(found);
- this->logger->log(this->logger, CONTROL,
+ this->logger->log(this->logger, CONTROL|LEVEL1,
"found matching connection \"%s\": %s...%s (prio=%d)",
found->get_name(found),
found_my_host->get_string(found_my_host),