Downgrading logging in ObjectPropertyStatementDaoSDB.java
This commit is contained in:
parent
15e815d949
commit
4ccf33f724
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue