forked from potsda.mn/mobilizon
Move a logging warning for HTTP issue to an info
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9ddcd6dff6
commit
bd64e19af4
|
@ -148,7 +148,7 @@ defmodule Mobilizon.Federation.ActivityPub.Fetcher do
|
|||
{:error, :http_error}
|
||||
|
||||
{:error, error} ->
|
||||
Logger.warn("Could not fetch actor at fetch #{url}, #{inspect(error)}")
|
||||
Logger.info("Could not fetch actor at #{url}, #{inspect(error)}")
|
||||
{:error, :http_error}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue