mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-18 15:14:42 +00:00
Log subscription error.
This commit is contained in:
parent
108573265a
commit
1854842b09
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ defmodule Pleroma.Web.Websub do
|
|||
|
||||
{:ok, websub}
|
||||
else {:error, reason} ->
|
||||
Logger.debug("Couldn't create subscription.")
|
||||
Logger.debug(inspect(reason))
|
||||
|
||||
{:error, reason}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue