- wrote logger_manager

This commit is contained in:
Jan Hutter
2005-11-11 10:29:32 +00:00
parent 0d3675a284
commit ffd555f58e
15 changed files with 726 additions and 60 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ thread_pool_t *thread_pool_create(size_t pool_size)
allocator_free(this);
return NULL;
}
this->logger = logger_create("thread_pool", ALL);
this->logger = logger_create("thread_pool", ALL,NULL);
if (this->threads == NULL)
{
allocator_free(this);