From: Roger Braun Date: Mon, 1 May 2017 15:28:49 +0000 (+0200) Subject: Log subscription error. X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=1854842b093524c25e08ece0b33150172036f53c;p=akkoma Log subscription error. --- diff --git a/lib/pleroma/web/websub/websub.ex b/lib/pleroma/web/websub/websub.ex index 63a91055a..67055a116 100644 --- a/lib/pleroma/web/websub/websub.ex +++ b/lib/pleroma/web/websub/websub.ex @@ -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