1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-04-24 03:44:10 +00:00

Log subscription error.

This commit is contained in:
Roger Braun 2017-05-01 17:28:49 +02:00
parent 108573265a
commit 1854842b09

View file

@ -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