Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
yHSJ committed Dec 10, 2024
1 parent cfa7acf commit dfc641f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/fi/sundae/bot/tournament/Matchmaker.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void endMatch(MatchRequest matchRequest, JDA jda) {
.findFirst();

if (maybeMatch.isEmpty()) {
ACTIVE_MATCHES.forEach(match -> System.out.printf("Match gameTx: %s\n", match.getGameTxHash()));
LOGGER.info("Match {} is not in ACTIVE_MATCHES", matchRequest.getGameId());
return;
}
Expand Down

0 comments on commit dfc641f

Please sign in to comment.