Skip to content

Commit

Permalink
test warn
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed May 26, 2024
1 parent 0415458 commit a8e483c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public void process(Message message) {
submissionConsumer.accept(submission.get());
messageClient.confirmMessage(message.getId());
break;
} else {
LOGGER.warn("Was not able to find grading jid {}", response.getGradingJid());
}

try {
Expand Down

0 comments on commit a8e483c

Please sign in to comment.