FIX: Incorrect attribute.

This commit is contained in:
Guo Xiang Tan 2016-06-06 14:32:14 +08:00
parent 56c7da76a4
commit 57c56b68f8
No known key found for this signature in database
GPG Key ID: 19C321C8952B0F72

View File

@ -327,7 +327,7 @@ class BadgeGranter
badge.reset_grant_count!
rescue => ex
Rails.logger.error("Failed to backfill '#{badge.type}' badge: #{opts}")
Rails.logger.error("Failed to backfill '#{badge.name}' badge: #{opts}")
raise ex
end