Elixir 1.15: Chase the Logger.warn deprecation

This commit is contained in:
Mark Felder 2023-11-28 17:17:46 +00:00
commit 9896b64f54
31 changed files with 55 additions and 55 deletions

View file

@ -293,7 +293,7 @@ defmodule Pleroma.User.Backup do
acc + 1
else
{:error, e} ->
Logger.warn(
Logger.warning(
"Error processing backup item: #{inspect(e)}\n The item is: #{inspect(i)}"
)