Improve debug logger message in webfinger module

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-10-15 17:19:15 +02:00
parent 3d963cf3bc
commit 479bd466b5
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -93,7 +93,7 @@ defmodule Mobilizon.Federation.WebFinger do
_ ->
Logger.debug(fn ->
"Unhandled type: #{inspect(link["type"])}"
"Unhandled type to finger: #{inspect(link["type"])}"
end)
data