mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 05:51:31 -04:00
Improved error logging
This commit is contained in:
parent
e5296ca6f4
commit
621655a532
@ -168,7 +168,7 @@ public abstract class ScriptShellBaseClass extends Script {
|
||||
}
|
||||
|
||||
// print full stack trace if debug logging is enabled
|
||||
debug.log(Level.ALL, "Suppressed Exception: " + t, t);
|
||||
debug.log(Level.ALL, t, message("Suppressed Exception", t));
|
||||
}
|
||||
|
||||
public void die(Object cause) throws Throwable {
|
||||
|
Loading…
x
Reference in New Issue
Block a user