Skip to content

Commit

Permalink
Modified UI options to make crash clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
lcereser6 committed Aug 10, 2024
1 parent e3af99d commit 05a65fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/it/unitn/disi/ds1/qtop/UserInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void clientMenu() {
System.out.println("3. NODE - After vote request received");
System.out.println("4. NODE - After vote casted");
System.out.println("5. NODE - Before an election ack is sent");
System.out.println("6. NODE - After an election is sent");
System.out.println("6. NODE - After an election message is sent/forwarded");
System.out.println("7. COORDINATOR - During the multicast of a vote request");
System.out.println("8. COORDINATOR - During the multicast of a decision response");
int crashType = scanner.nextInt();
Expand Down

0 comments on commit 05a65fd

Please sign in to comment.