changing warning log message to debug log message

This commit is contained in:
stellamit 2012-06-28 13:22:32 +00:00
parent 720228b6a9
commit 2418f956e4

View file

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