diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/charon/thread_pool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c index 7054ae88c..7439aed5f 100644 --- a/Source/charon/thread_pool.c +++ b/Source/charon/thread_pool.c @@ -157,7 +157,8 @@ static void job_processing(private_thread_pool_t *this) } status = global_ike_sa_manager->checkin(global_ike_sa_manager,ike_sa); - if (status != SUCCESS){ + if (status != SUCCESS) + { this->logger->log(this->logger, CONTROL|MORE, "thread %u: Checkin of IKE SA return errors", pthread_self()); } message->destroy(message); |