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:
parent
839557ee27
commit
c122e1f275
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user