Skip to content

Commit

Permalink
Add additional logging to email sending
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeweaver committed Dec 15, 2015
1 parent e666c62 commit 37d2af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mailers/conflicts_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def self.send_conflict_emails(repo_name, conflicts_newer_than, email_filter_list
end

def maybe_send_conflict_email_to_user(user, repo_name, conflicts_newer_than, exclude_branches_if_owned_by_user, hidden_file_list)
Rails.logger.info("Determining if email should be sent to #{user.email}")
@repo_name = repo_name
@hidden_file_list = hidden_file_list

Expand Down

0 comments on commit 37d2af1

Please sign in to comment.