mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Maybe fixed a rare locking issue.
This commit is contained in:
parent
295b93c852
commit
6b45cdb0f8
|
@ -77,8 +77,8 @@ std::ostringstream& Log::get(LogLevel level)
|
|||
|
||||
Log::~Log()
|
||||
{
|
||||
mOutStringStream << std::endl;
|
||||
std::unique_lock<std::mutex> lock {sLogMutex};
|
||||
mOutStringStream << std::endl;
|
||||
|
||||
if (!sFile.is_open()) {
|
||||
// Not open yet, print to stdout.
|
||||
|
|
Loading…
Reference in a new issue