fix action history with frames
This commit is contained in:
@@ -119,8 +119,7 @@ void LogRemote::log(const char* format, ...)
|
||||
m_tmp.push_back(line);
|
||||
}
|
||||
#if _WIN32
|
||||
auto line_console = "DBG: " + line;
|
||||
OutputDebugStringA(line_console.c_str());
|
||||
OutputDebugStringA(("DBG: " + line).c_str());
|
||||
#endif
|
||||
}
|
||||
void LogRemote::log(const wchar_t* format, ...)
|
||||
|
||||
Reference in New Issue
Block a user