log receive_entity for debugging

This commit is contained in:
Benjamin Neff 2016-03-25 22:42:46 +01:00
parent edf469f978
commit aea11d303e

View file

@ -97,7 +97,8 @@ DiasporaFederation.configure do |config|
true
end
on :receive_entity do
on :receive_entity do |entity|
puts "received entity: #{entity.class}: #{entity.to_h}"
end
on :fetch_public_entity do |entity_type, guid|