reduced extrodinarily verbose logging

This commit is contained in:
Adrian Cole 2011-10-03 16:51:47 -07:00
parent 98b28d7873
commit 1f0d621ded
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}