Explorar el Código

Log subscription error.

tags/v0.9.9
Roger Braun hace 7 años
padre
commit
1854842b09
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      lib/pleroma/web/websub/websub.ex

+ 3
- 0
lib/pleroma/web/websub/websub.ex Ver fichero

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


Cargando…
Cancelar
Guardar