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
1 changed files with 1 additions and 1 deletions

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