Skip to content

Commit

Permalink
Trivial non-functional change of log debug level from "info" to "debug".
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/empire-db/trunk@1464886 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Rainer Doebele committed Apr 5, 2013
1 parent 4daf9e4 commit 8021ba7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public BeanResult(Class<T> clazz, DBRowSet rowset)
String property = col.getBeanPropertyName();
if (!isPropertyAcessible(methods, property)) {
// Property not found
log.info("Unable to access the property {} on {}. Column will be ignored.", property, clazz.getName());
log.debug("Unable to access the property {} on {}. Column will be ignored.", property, clazz.getName());
continue;
}
// Select
Expand Down

0 comments on commit 8021ba7

Please sign in to comment.