- 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
@@ -397,7 +397,7 @@ parser_t *parser_create(payload_info_t **payload_infos)
return NULL;
}
this->logger = logger_create("parser", ALL);
this->logger = logger_create("parser", ALL,NULL);
if (this->logger == NULL)
{
allocator_free(this);