1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-17 06:45:06 -05:00

Change log level for getMediaInfo calls

This commit is contained in:
Reinhard Pointner 2017-01-05 15:11:19 +08:00
parent 839557ee27
commit c122e1f275

View File

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