forked from organicmaps/organicmaps
[win] Fixed log file path
This commit is contained in:
parent
b3dfab333a
commit
106a68398d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace
|
|||
InitializeFinalize()
|
||||
{
|
||||
// App runs without error console under win32.
|
||||
m_errFile = ::freopen("D:/mapswithme.log", "w", stderr);
|
||||
m_errFile = ::freopen(".\\mapswithme.log", "w", stderr);
|
||||
my::g_LogLevel = my::LDEBUG;
|
||||
|
||||
//_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_DELAY_FREE_MEM_DF);
|
||||
|
|
Loading…
Add table
Reference in a new issue