Log the xml again

This commit is contained in:
Raphael 2010-08-16 10:31:39 -07:00
parent 053ed9176d
commit e84b25b3f5

View file

@ -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}")