Skip to content

Commit 85c9252

Browse files
committed
Rename log file of smcs
1 parent ee3cae2 commit 85c9252

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

extra/smcs/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 = "Compiler/compilation log.txt";
26+
private const string LOG_FILENAME = "./Temp/smcs.txt";
2727
private const int MAXIMUM_FILE_AGE_IN_MINUTES = 5;
2828

2929
private readonly Mutex mutex;

samples/Basic/Compiler/ics.exe

2.5 KB
Binary file not shown.

samples/Basic/Compiler/smcs.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)