mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fix regression in f4429ad
This commit is contained in:
parent
096ad80183
commit
85b214de0e
@ -18,8 +18,9 @@
|
||||
|
||||
#include "StdAfx.h"
|
||||
#include "Logger.h"
|
||||
#include "Rainmeter.h"
|
||||
#include "DialogAbout.h"
|
||||
#include "Litestep.h"
|
||||
#include "Rainmeter.h"
|
||||
#include "System.h"
|
||||
#include "resource.h"
|
||||
|
||||
@ -121,6 +122,7 @@ void CLogger::LogInternal(Level level, ULONGLONG timestamp, const WCHAR* msg)
|
||||
}
|
||||
|
||||
CDialogAbout::AddLogItem(level, timestampSz, msg);
|
||||
WriteToLogFile(entry);
|
||||
}
|
||||
|
||||
void CLogger::WriteToLogFile(Entry& entry)
|
||||
|
Loading…
Reference in New Issue
Block a user