From 58e6d87cb604702e7b307bad73c4fd42a694c3ec Mon Sep 17 00:00:00 2001 From: yzhou Date: Sat, 2 May 2015 10:59:32 +0100 Subject: removed debug output for ore compitition to add log info, check Utility.java LOGS --- src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uk/ac/ox/cs/pagoda/reasoner') diff --git a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java index d5796ad..f2b7251 100644 --- a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java +++ b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java @@ -35,7 +35,7 @@ public abstract class QueryReasoner { pagoda.loadOntology(ontology); pagoda.importData(p.getDataPath()); if (pagoda.preprocess()) { - System.out.println("The ontology is consistent!"); + Utility.logInfo("The ontology is consistent!"); return pagoda; } else { -- cgit v1.2.3