mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-13 12:55:00 -05: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();
|
||||
|
||||
// DEBUG
|
||||
debug.finest(format("Execute %s", process.command()));
|
||||
|
||||
return process.start().waitFor();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user