Sfoglia il codice sorgente

Log subscription error.

tags/v0.9.9
Roger Braun 7 anni fa
parent
commit
1854842b09
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      lib/pleroma/web/websub/websub.ex

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