mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Use ellipsis in payment processor retry log line (#1319)
This commit is contained in:
parent
cafbb392ec
commit
dec91ef720
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue