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 {
|
try {
|
||||||
return formatter.format(new MediaBindingBean(o, f));
|
return formatter.format(new MediaBindingBean(o, f));
|
||||||
} catch (SuppressedThrowables e) {
|
} catch (SuppressedThrowables e) {
|
||||||
debug.warning(format("%s => %s", format, e.getMessage()));
|
debug.finest(format("%s => %s", format, e.getMessage()));
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue