summaryrefslogtreecommitdiff
path: root/src/info_console.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/info_console.cc')
-rw-r--r--src/info_console.cc4
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()