mirror of https://github.com/apache/jclouds.git
reduced extrodinarily verbose logging
This commit is contained in:
parent
98b28d7873
commit
1f0d621ded
|
@ -62,7 +62,7 @@ public abstract class FindResourceInSet<F, T> implements Function<F, T> {
|
|||
|
||||
});
|
||||
} catch (NoSuchElementException e) {
|
||||
logger.warn("could not find a match in set for %s", from);
|
||||
logger.trace("could not find a match in set for %s", from);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue