From bb5cfa0ccfb6dd5fa6b169beed1e35a50a36f81c Mon Sep 17 00:00:00 2001 From: Keith Mitchell Date: Wed, 4 Apr 2012 10:34:19 -0700 Subject: [PATCH] Fix string formatting issue in ipn.py --- r2/r2/controllers/ipn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/controllers/ipn.py b/r2/r2/controllers/ipn.py index 159e71170..3b99de3fa 100644 --- a/r2/r2/controllers/ipn.py +++ b/r2/r2/controllers/ipn.py @@ -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