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 ->
|
Logger.debug(fn ->
|
||||||
"Unhandled type: #{inspect(link["type"])}"
|
"Unhandled type to finger: #{inspect(link["type"])}"
|
||||||
end)
|
end)
|
||||||
|
|
||||||
data
|
data
|
||||||
|
|
Loading…
Reference in a new issue