Log the xml again
This commit is contained in:
parent
053ed9176d
commit
e84b25b3f5
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ class User
|
|||
|
||||
###### Receiving #######
|
||||
def receive xml
|
||||
Rails.logger.info("Received xml is #{xml}")
|
||||
object = Diaspora::Parser.from_xml(xml)
|
||||
Rails.logger.debug("Receiving object:\n#{object.inspect}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue