mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 15:08:28 +00:00
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) {
|
} 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;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user