log ostatus handling errors.

This commit is contained in:
Roger Braun 2017-09-11 21:50:46 +02:00
parent 2b21c05105
commit cd6cba2f67
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ defmodule Pleroma.Web.OStatus do
rescue
e ->
Logger.error("Error occured while handling activity")
Logger.error(xml_string)
Logger.error(inspect(e))
nil
end