projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b21c05
)
log ostatus handling errors.
author
Roger Braun
<roger@rogerbraun.net>
Mon, 11 Sep 2017 19:50:46 +0000
(21:50 +0200)
committer
Roger Braun
<roger@rogerbraun.net>
Mon, 11 Sep 2017 19:50:46 +0000
(21:50 +0200)
lib/pleroma/web/ostatus/ostatus.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/ostatus/ostatus.ex
b/lib/pleroma/web/ostatus/ostatus.ex
index fa8c086d618b82f5d9751b899a504d4c6021c5a7..882226172f8da39481f4dacbc35a96f032bbc772 100644
(file)
--- a/
lib/pleroma/web/ostatus/ostatus.ex
+++ b/
lib/pleroma/web/ostatus/ostatus.ex
@@
-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