Lower loglevel of error when creating a new person

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-10-31 18:07:28 +01:00
parent be33c3b213
commit 2e631d3633
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773

View File

@ -237,7 +237,7 @@ defmodule Mobilizon.Actors do
{:ok, person} {:ok, person}
{:error, _step, err, _} -> {:error, _step, err, _} ->
Logger.error("Error while creating a new person") Logger.debug("Error while creating a new person")
{:error, err} {:error, err}
end end
end end