Improve debug logger message in webfinger module
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3d963cf3bc
commit
479bd466b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user