Adding email to activation.

This commit is contained in:
Samuel Clay 2015-06-24 14:37:50 -07:00
parent 3f95f41d31
commit 5b54077586

View file

@ -979,7 +979,7 @@ class RNewUserQueue:
logging.debug("~FRCan't activate free account, can't find user ~SB%s~SN. ~FB%s still in queue." % (user_id, count-1))
return
logging.user(user, "~FBActivating free account. %s still in queue." % (count-1))
logging.user(user, "~FBActivating free account (%s). %s still in queue." % (user.email, (count-1)))
user.profile.activate_free()