Downgrading logging in ObjectPropertyStatementDaoSDB.java

This commit is contained in:
bdc34 2011-03-08 19:15:06 +00:00
parent 15e815d949
commit 4ccf33f724

View file

@ -132,7 +132,7 @@ public class ObjectPropertyStatementDaoSDB extends
}
} catch (IndividualNotFoundException t) {
log.error(t,t);
log.debug(t,t);
continue;
} catch (Throwable t){
log.error(t,t);