Skip to content

Commit

Permalink
f log more harshly
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Nov 7, 2022
1 parent dd4c94a commit 207374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-invoice/src/payment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ where
self.retry_payment(payment_id, payment_hash, params)
},
Err(PaymentSendFailure::DuplicatePayment) => {
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.");
Err(())
}
Err(PaymentSendFailure::PartialFailure { failed_paths_retry, results, .. }) => {
Expand Down

0 comments on commit 207374a

Please sign in to comment.