diff --git a/app/controllers/dev_utilities_controller.rb b/app/controllers/dev_utilities_controller.rb index 1e167ab82328313b9670eb6f09f10746acd11497..cba9368a0c9e4fea39ffc69446467ee73be2c2ee 100644 --- a/app/controllers/dev_utilities_controller.rb +++ b/app/controllers/dev_utilities_controller.rb @@ -30,6 +30,7 @@ def warzombie backer_email = "#{backer['username']}@#{backer['username']}.joindiaspora.com" rel_hash = relationship_flow(backer_email) logger.info "Zombefriending #{backer['given_name']} #{backer['family_name']}" + logger.info "Calling send_friend_request with #{rel_hash[:friend]} and #{current_user.groups.first}" current_user.send_friend_request_to(rel_hash[:friend], current_user.groups.first) end end