From 566bbcd122a2330e2d23075e6a6a80c82f819df8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 11 Nov 2005 13:12:23 +0000 Subject: - renamed logger_manager method get_logger to create_logger --- Source/charon/thread_pool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/thread_pool.c') diff --git a/Source/charon/thread_pool.c b/Source/charon/thread_pool.c index 532587ee7..c73317abd 100644 --- a/Source/charon/thread_pool.c +++ b/Source/charon/thread_pool.c @@ -143,7 +143,7 @@ thread_pool_t *thread_pool_create(size_t pool_size) allocator_free(this); return NULL; } - global_logger_manager->get_logger(global_logger_manager,THREAD_POOL,&(this->logger),NULL); + this->logger = global_logger_manager->create_logger(global_logger_manager,THREAD_POOL,NULL); if (this->threads == NULL) { allocator_free(this); -- cgit v1.2.3