- added number of working threads

This commit is contained in:
Jan Hutter
2005-11-16 12:06:34 +00:00
parent b52735dd5d
commit db7154547e
6 changed files with 318 additions and 19 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ logger_t *logger_create(char *logger_name, logger_level_t log_level,FILE * outpu
if (output == NULL)
{
openlog(DEAMON_NAME, 0, LOG_DAEMON);
openlog(DAEMON_NAME, 0, LOG_DAEMON);
}
return (logger_t*)this;