diff options
Diffstat (limited to 'src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java')
| -rw-r--r-- | src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java index eab6a1b..3a057ec 100644 --- a/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java +++ b/src/uk/ac/ox/cs/pagoda/reasoner/QueryReasoner.java | |||
| @@ -193,6 +193,7 @@ public abstract class QueryReasoner extends Disposable { | |||
| 193 | if(!record.isProcessed()) | 193 | if(!record.isProcessed()) |
| 194 | evaluate(record); | 194 | evaluate(record); |
| 195 | Utility.logInfo("Total time to answer this query: " + t.duration()); | 195 | Utility.logInfo("Total time to answer this query: " + t.duration()); |
| 196 | Utility.logInfo("Difficulty of this query: " + record.getDifficulty()); | ||
| 196 | if(!fullReasoner && !record.isProcessed()) { | 197 | if(!fullReasoner && !record.isProcessed()) { |
| 197 | Utility.logInfo("The query has not been fully answered in " + t.duration() + " seconds."); | 198 | Utility.logInfo("The query has not been fully answered in " + t.duration() + " seconds."); |
| 198 | continue; | 199 | continue; |
