ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/backend/LogPrintStream.java
(Generate patch)

Comparing java/installer2/src/net/oni2/aeinstaller/backend/LogPrintStream.java (file contents):
Revision 886 by alloc, Mon Jun 24 18:06:11 2013 UTC vs.
Revision 1032 by alloc, Tue Mar 15 15:47:02 2016 UTC

# Line 22 | Line 22 | public class LogPrintStream extends Outp
22          private LogPrintStream() {
23                  stdOut = System.out;
24  
25 <                PrintStream ps = new PrintStream(this);
25 >                PrintStream ps = new PrintStream(this, true);
26                  System.setOut(ps);
27                  System.setErr(ps);
28          }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)