Skip to content

Commit

Permalink
Add logging for #126.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Dec 18, 2017
1 parent 9835cb0 commit f6c0cbc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ public void start() throws IOException, CoreException, CallGraphBuilderCancelExc
instanceKey) : "Sanity check that the fact instance should be the same as the instance being examined.";

// add the encountered state to the set.
LOGGER.info(() -> "Adding state: " + baseFactoid.state + " for instance: "
+ baseFactoid.instance + " for rule: " + rule.getName());
stateSet.add(baseFactoid.state);
}
}
Expand Down

0 comments on commit f6c0cbc

Please sign in to comment.