Skip to content

Commit f6c0cbc

Browse files
committed
Add logging for #126.
1 parent 9835cb0 commit f6c0cbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/analysis/StreamStateMachine.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ public void start() throws IOException, CoreException, CallGraphBuilderCancelExc
389389
instanceKey) : "Sanity check that the fact instance should be the same as the instance being examined.";
390390

391391
// add the encountered state to the set.
392+
LOGGER.info(() -> "Adding state: " + baseFactoid.state + " for instance: "
393+
+ baseFactoid.instance + " for rule: " + rule.getName());
392394
stateSet.add(baseFactoid.state);
393395
}
394396
}

0 commit comments

Comments
 (0)