Skip to content

Commit

Permalink
Address Logger.warn deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Aug 21, 2023
1 parent 997a9ea commit 3a6fb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ethers/types.ex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ defmodule Ethers.Types do
end

def to_elixir_type(unknown) do
Logger.warn("Unknown type #{inspect(unknown)}")
Logger.warning("Unknown type #{inspect(unknown)}")
quote do: term
end

Expand Down

0 comments on commit 3a6fb59

Please sign in to comment.