Skip to content

Commit fffdcd9

Browse files
committed
Update RandomScheduler.java
1 parent 944e5ce commit fffdcd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simulator/src/main/java/byzzbench/simulator/scheduler/RandomScheduler.java

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public synchronized Optional<EventDecision> scheduleNext(Scenario scenario) thro
113113

114114
if (mutators.isEmpty()) {
115115
// no mutators, return nothing
116+
log.warning("No mutators available for message " + message.getEventId());
116117
return Optional.empty();
117118
}
118119
scenario.getTransport().applyMutation(

0 commit comments

Comments
 (0)