Move a logging warning for HTTP issue to an info

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-03-29 10:39:10 +02:00
parent 9ddcd6dff6
commit bd64e19af4
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -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