mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-22 15:08:08 +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