Skip to content

Commit ecfc412

Browse files
committed
Rename UniversalCompiler.txt to *.log
1 parent 296e419 commit ecfc412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/UniversalCompiler/Logger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ only when the Logger object is disposed. This solves the log file sharing proble
2323
*/
2424
}
2525

26-
private const string LOG_FILENAME = "./Temp/UniversalCompiler.txt";
26+
private const string LOG_FILENAME = "./Temp/UniversalCompiler.log";
2727
private const int MAXIMUM_FILE_AGE_IN_MINUTES = 5;
2828

2929
private readonly Mutex mutex;

0 commit comments

Comments
 (0)