mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-24 22:07:52 -04:00
Federator: print out error string on unhandled activity
This commit is contained in:
parent
1199cf3a78
commit
636b99c552
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ defmodule Pleroma.Web.Federator do
|
|||
|
||||
e ->
|
||||
# Just drop those for now
|
||||
Logger.debug("Unhandled activity")
|
||||
Logger.debug("Unhandled activity, #{inspect(e)}")
|
||||
Logger.debug(Jason.encode!(params, pretty: true))
|
||||
{:error, e}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue