Reduce log level for logging of unknown resource types (#15815)
Resolves #15468 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
cf6f531ab3
commit
740f80fff1
@ -805,7 +805,7 @@ public class Clip2Bridge implements Closeable {
|
|||||||
// work around for issue #15468 (and similar)
|
// work around for issue #15468 (and similar)
|
||||||
ResourceType resourceType = reference.getType();
|
ResourceType resourceType = reference.getType();
|
||||||
if (resourceType == ResourceType.ERROR) {
|
if (resourceType == ResourceType.ERROR) {
|
||||||
LOGGER.warn("Resource '{}' type '{}' unknown => GET aborted", reference.getId(), resourceType);
|
LOGGER.debug("Resource '{}' type '{}' unknown => GET aborted", reference.getId(), resourceType);
|
||||||
return new Resources();
|
return new Resources();
|
||||||
}
|
}
|
||||||
Stream stream = null;
|
Stream stream = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user