changing warning log message to debug log message
This commit is contained in:
parent
720228b6a9
commit
2418f956e4
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ public class SimpleReasoner extends StatementListener {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!stmt.getObject().isResource()) {
|
if (!stmt.getObject().isResource()) {
|
||||||
log.warn("The predicate of this statement is an object property, but the object is not a resource.");
|
log.debug("The predicate of this statement is an object property, but the object is not a resource.");
|
||||||
return inverses;
|
return inverses;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue