This commit is contained in:
Nunzio Andrea Galante 2017-03-01 15:22:44 +00:00
parent c40cec3733
commit 7480cc512a
1 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,8 @@ public class AnsibleBridge {
FileOutputStream fos = new FileOutputStream(n);
PrintStream ps = new PrintStream(fos);
System.setOut(ps);
***REMOVED***System.setErr(ps);
System.setErr(console);
System.setErr(ps);
***REMOVED***System.setErr(console);
worker.apply();
***REMOVED***System.setOut(console);