mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-25 23:08:22 -05:00
Fix string formatting issue in ipn.py
This commit is contained in:
committed by
Ricky Ramirez
parent
1fd9a080b6
commit
bb5cfa0ccf
@@ -133,7 +133,7 @@ def existing_subscription(subscr_id, paying_id):
|
||||
|
||||
if should_set_subscriber:
|
||||
if hasattr(account, "gold_subscr_id") and account.gold_subscr_id:
|
||||
g.log.warning("Attempted to set subscr_id (%s) for account (%d) " +
|
||||
g.log.warning("Attempted to set subscr_id (%s) for account (%d) "
|
||||
"that already has one." % (subscr_id, account_id))
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user