Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 21, 2024
1 parent ecb8f02 commit 59fa012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/modularity/extension_behaviours/context_module.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule Bonfire.Common.ContextModule do
end

def apply_error(error, args) do
error("Error running function: #{error} with args: (#{inspect(args)})")
warn(error, "could not run context function with args: #{inspect(args)} ")

{:error, error}
end
Expand Down
2 changes: 1 addition & 1 deletion lib/modularity/extension_behaviours/query_module.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ defmodule Bonfire.Common.QueryModule do
end

def apply_error(error, args) do
warn("Bonfire.Common.QueryModule - could not query: #{error} - Query args: #{inspect(args)}")
warn(error, "could not query with args: #{inspect(args)} ")

nil
end
Expand Down

0 comments on commit 59fa012

Please sign in to comment.