Fix string formatting issue in ipn.py

This commit is contained in:
Keith Mitchell
2012-04-04 10:34:19 -07:00
committed by Ricky Ramirez
parent 1fd9a080b6
commit bb5cfa0ccf

View File

@@ -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