瀏覽代碼

Log subscription error.

tags/v0.9.9
Roger Braun 7 年之前
父節點
當前提交
1854842b09
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      lib/pleroma/web/websub/websub.ex

+ 3
- 0
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


Loading…
取消
儲存