We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4d1f6 commit 51ad091Copy full SHA for 51ad091
src/utils/logger.cpp
@@ -37,7 +37,7 @@ Log::Log() {
37
SetConsoleTitleA("BetterVR Debugging Console");
38
consoleHandle = GetStdHandle(STD_OUTPUT_HANDLE);
39
#ifndef _DEBUG
40
- logFile.open("BetterVR_log.txt", std::ios::out | std::ios::trunc);
+ logFile.open("BetterVR.txt", std::ios::out | std::ios::trunc);
41
#endif
42
Log::print<INFO>("Successfully started BetterVR!");
43
LogSystemHardwareInfo();
0 commit comments