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
1 changed files with 1 additions and 1 deletions

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;