From 0836a6e06f86e366017da3b2b2c132b3a4f2c877 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 13 Jun 2005 20:38:19 +0000 Subject: Added some logfile code. Enhanced the file object... now ready to hook into mov_encoder --- src/info_console.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/info_console.cc') 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 #include "info_console.h" +#include "miav_config.h" + #include #include InfoConsole::InfoConsole(): Info() { - pthread_mutex_init (&mutex, NULL); + log_filename = *config->readString("server_log_file"); } InfoConsole::~InfoConsole() -- cgit v1.2.3