1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04: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;