Skip to content

Commit fd7e871

Browse files
committed
Log block.
1 parent f6c0cbc commit fd7e871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public void start() throws IOException, CoreException, CallGraphBuilderCancelExc
390390

391391
// add the encountered state to the set.
392392
LOGGER.info(() -> "Adding state: " + baseFactoid.state + " for instance: "
393-
+ baseFactoid.instance + " for rule: " + rule.getName());
393+
+ baseFactoid.instance + " for block: " + block + " for rule: " + rule.getName());
394394
stateSet.add(baseFactoid.state);
395395
}
396396
}

0 commit comments

Comments
 (0)