Cosmetic change.
This commit is contained in:
parent
02558a1d78
commit
9db233bdf8
1 changed files with 2 additions and 1 deletions
|
@ -198,7 +198,8 @@ public class ThdlDebug {
|
|||
= new PrintStream(new FileOutputStream(logFile));
|
||||
System.out.println("Logging to "
|
||||
+ logFile.getAbsolutePath().toString()
|
||||
+ "; please include the contents of this file in any bug reports.");
|
||||
+ ".");
|
||||
System.out.println("Please include the contents of the log file in any bug reports.");
|
||||
PrintStream psOut = new TeeStream(System.out, logFilePrintStream);
|
||||
PrintStream psErr = new TeeStream(System.err, logFilePrintStream);
|
||||
System.setErr(psErr);
|
||||
|
|
Loading…
Reference in a new issue