opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -107,10 +107,8 @@ PrintStream origOut = System.out; try { PrintStream err = new ErrorPrintStream(); PrintStream out = new OutputPrintStream(); System.setErr(err); System.setOut(out); System.setErr(getApplicationErrorStream()); System.setOut(getApplicationOutputStream()); setCurrentProgressStep(InstallProgressStep.DOWNLOADING);