Reduce log level for getStreamResolution
This commit is contained in:
parent
341846e94e
commit
600f1941a5
|
@ -727,7 +727,7 @@ public class ThumbCell extends StackPane {
|
||||||
try {
|
try {
|
||||||
return model.getStreamResolution(false);
|
return model.getStreamResolution(false);
|
||||||
} catch (ExecutionException e) {
|
} catch (ExecutionException e) {
|
||||||
LOG.debug("Error loading stream resolution for model {}: {}", model, e.getLocalizedMessage());
|
LOG.trace("Error loading stream resolution for model {}: {}", model, e.getLocalizedMessage());
|
||||||
return new int[2];
|
return new int[2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue