Skip to content

Commit 51ad091

Browse files
committed
Revert name change for log file
1 parent 8a4d1f6 commit 51ad091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/logger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Log::Log() {
3737
SetConsoleTitleA("BetterVR Debugging Console");
3838
consoleHandle = GetStdHandle(STD_OUTPUT_HANDLE);
3939
#ifndef _DEBUG
40-
logFile.open("BetterVR_log.txt", std::ios::out | std::ios::trunc);
40+
logFile.open("BetterVR.txt", std::ios::out | std::ios::trunc);
4141
#endif
4242
Log::print<INFO>("Successfully started BetterVR!");
4343
LogSystemHardwareInfo();

0 commit comments

Comments
 (0)