diff options
author | deva <deva> | 2005-06-13 20:38:19 +0000 |
---|---|---|
committer | deva <deva> | 2005-06-13 20:38:19 +0000 |
commit | 0836a6e06f86e366017da3b2b2c132b3a4f2c877 (patch) | |
tree | 2df50f436a8664e564267d1200f3ef9b6c204dbe /src/info_console.cc | |
parent | fca7f73ae889f5e74a3b31441f5b2d778ecbd2d4 (diff) |
Added some logfile code.
Enhanced the file object... now ready to hook into mov_encoder
Diffstat (limited to 'src/info_console.cc')
-rw-r--r-- | src/info_console.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/info_console.cc b/src/info_console.cc index a0ca236..f703a3f 100644 --- a/src/info_console.cc +++ b/src/info_console.cc @@ -36,12 +36,14 @@ #include <config.h> #include "info_console.h" +#include "miav_config.h" + #include <stdio.h> #include <stdarg.h> InfoConsole::InfoConsole(): Info() { - pthread_mutex_init (&mutex, NULL); + log_filename = *config->readString("server_log_file"); } InfoConsole::~InfoConsole() |