Browse Source

Log subscription error.

tags/v0.9.9
Roger Braun 7 years ago
parent
commit
1854842b09
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      lib/pleroma/web/websub/websub.ex

+ 3
- 0
lib/pleroma/web/websub/websub.ex 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


Loading…
Cancel
Save