1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Less verbose debug logging

This commit is contained in:
Reinhard Pointner 2016-11-15 04:50:52 +08:00
parent 619ca9a197
commit 131a5a29aa

View File

@ -443,7 +443,7 @@ public abstract class ScriptShellBaseClass extends Script {
try {
return formatter.format(new MediaBindingBean(o, f));
} catch (SuppressedThrowables e) {
debug.warning(format("Failed to read media info: %s: %s => %s", e.getMessage(), format, f));
debug.warning(format("%s => %s", format, e.getMessage()));
}
return null;