mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
Improved logging
This commit is contained in:
parent
c362e9338d
commit
c2090273d9
@ -317,6 +317,10 @@ public abstract class ScriptShellBaseClass extends Script {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ProcessBuilder process = new ProcessBuilder(cmd.collect(toList())).inheritIO();
|
ProcessBuilder process = new ProcessBuilder(cmd.collect(toList())).inheritIO();
|
||||||
|
|
||||||
|
// DEBUG
|
||||||
|
debug.finest(format("Execute %s", process.command()));
|
||||||
|
|
||||||
return process.start().waitFor();
|
return process.start().waitFor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user