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

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