temp logger message

This commit is contained in:
danielvincent 2010-10-05 17:45:35 -07:00
parent 9d5a99efc8
commit d890b57b13

View file

@ -35,7 +35,7 @@ class MessageHandler
http.callback {process}
when :hub_publish
http = EventMachine::PubSubHubbub.new(query.destination).publish :timeout => TIMEOUT
http.callback {process}
http.callback {process; Rails.logger.debug(http.response)}
else
raise "message is not a type I know!"
end