Cosmetic change.

This commit is contained in:
dchandler 2003-07-08 14:31:14 +00:00
parent 02558a1d78
commit 9db233bdf8

View file

@ -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);