Skip to content

Commit

Permalink
Update log message, just for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNeedsSnacks committed Jul 17, 2023
1 parent c7775b0 commit 7545d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class RecipesEventJS extends EventJS {
// but for now we will just log it as an error and try to continue as normal

if (ex instanceof RecipeExceptionJS rex && !rex.error) {
ConsoleJS.SERVER.warn("Caught exception in thread %s while performing async operation!".formatted(thread), rex);
ConsoleJS.SERVER.warn("Caught exception in thread %s while performing async recipe operation!".formatted(thread), rex);
return;
}

Expand Down

0 comments on commit 7545d87

Please sign in to comment.