Skip to content

Commit

Permalink
chore: change log message
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 4, 2023
1 parent 6a3cddf commit 65a7576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transformers/define_schedulers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ defmodule AshOban.Transformers.DefineSchedulers do
if trigger.log_final_error? do
quote do
Logger.error("""
Error handled for #{inspect(unquote(resource))}: #{inspect(primary_key)}!
Error occurred for #{inspect(unquote(resource))}: #{inspect(primary_key)}!
Error occurred on action: #{unquote(trigger.action)}.
Expand Down

0 comments on commit 65a7576

Please sign in to comment.