forked from potsda.mn/mobilizon
Lower loglevel of error when creating a new person
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
be33c3b213
commit
2e631d3633
|
@ -237,7 +237,7 @@ defmodule Mobilizon.Actors do
|
|||
{:ok, person}
|
||||
|
||||
{:error, _step, err, _} ->
|
||||
Logger.error("Error while creating a new person")
|
||||
Logger.debug("Error while creating a new person")
|
||||
{:error, err}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue