Skip to content

Commit

Permalink
Make small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Mendez committed Apr 18, 2016
1 parent b380f27 commit 6dcc6e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ public String createProblogFile(boolean useOfDefaultCompletionRules, String addi
});

Module module = moduleExtractor.extractModule(normalizedAxioms, setOfClasses);
logger.fine("Module: " + module.getAxioms());
logger.fine("Module entities: " + module.getEntities());
logger.fine("Module axioms: " + module.getAxioms());

executionResult.setModuleExtractionTime(System.nanoTime() - moduleExtractionStart);
executionResult.setModuleSize(module.getAxioms().size());
Expand Down

0 comments on commit 6dcc6e2

Please sign in to comment.