Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jun 4, 2024
1 parent bcb4c60 commit 3e375d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ protected LoadedCvrData call() {
if (cvrStatics.successfullyReadAll) {
succeeded();
} else {
Logger.warning("Failed to read all CVRs.");
Logger.severe("Failed to read all CVRs!");
failed();
}
return cvrStatics;
Expand Down

0 comments on commit 3e375d5

Please sign in to comment.