git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@144487 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8302b626de
commit
f058b05035
|
@ -203,8 +203,8 @@ public class AnsibleBridge ***REMOVED***
|
|||
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);
|
||||
|
|
Loading…
Reference in New Issue