Less verbose debug logging

This commit is contained in:
Reinhard Pointner 2016-11-15 04:50:52 +08:00
parent 619ca9a197
commit 131a5a29aa
1 changed files with 1 additions and 1 deletions

View File

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