Use ellipsis in payment processor retry log line (#1319)

This commit is contained in:
Jonathan Zernik 2021-09-17 09:43:38 -07:00 committed by GitHub
parent cafbb392ec
commit dec91ef720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ class PaymentProcessorTask:
self.handle_received_payment(received_payment)
except InvoiceSubscriptionError:
logger.error(
"Unable to subscribe invoices. Retrying in {} seconds.".format(
"Unable to subscribe invoices. Retrying in {} seconds...".format(
self.retry_s,
),
)