diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 16:48:17 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 16:48:17 +0000 |
commit | dab28cedbd5f9e3e920d8aa60b2a455f812d205c (patch) | |
tree | e1378e7d45dcca022b4306acff6ab298abe5e2ce /Source/charon/threads/thread_pool.c | |
parent | a6cbf648312606089d352b8d3dda4ada66445603 (diff) | |
download | strongswan-dab28cedbd5f9e3e920d8aa60b2a455f812d205c.tar.bz2 strongswan-dab28cedbd5f9e3e920d8aa60b2a455f812d205c.tar.xz |
- log changed
Diffstat (limited to 'Source/charon/threads/thread_pool.c')
-rw-r--r-- | Source/charon/threads/thread_pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/threads/thread_pool.c b/Source/charon/threads/thread_pool.c index 195fba031..eb10c740c 100644 --- a/Source/charon/threads/thread_pool.c +++ b/Source/charon/threads/thread_pool.c @@ -450,7 +450,7 @@ static void process_delete_established_ike_sa_job(private_thread_pool_t *this, d break; } } - + this->worker_logger->log(this->worker_logger, CONTROL, "Delete established IKE_SA."); status = charon->ike_sa_manager->checkin_and_delete(charon->ike_sa_manager, ike_sa); if (status != SUCCESS) { |