We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4c94a commit 207374aCopy full SHA for 207374a
lightning-invoice/src/payment.rs
@@ -660,7 +660,7 @@ where
660
self.retry_payment(payment_id, payment_hash, params)
661
},
662
Err(PaymentSendFailure::DuplicatePayment) => {
663
- log_info!(self.logger, "Got a DuplicatePayment error when attempting to retry a payment, this shouldn't happen.");
+ log_error!(self.logger, "Got a DuplicatePayment error when attempting to retry a payment, this shouldn't happen.");
664
Err(())
665
}
666
Err(PaymentSendFailure::PartialFailure { failed_paths_retry, results, .. }) => {
0 commit comments