diff --git a/Log.cpp b/Log.cpp index bace5f55..a38fc808 100644 --- a/Log.cpp +++ b/Log.cpp @@ -72,6 +72,7 @@ namespace log { { if (!m_IsRunning) { + Reopen (); m_IsRunning = true; m_Thread = new std::thread (std::bind (&Log::Run, this)); }