Skip to content

Commit 207374a

Browse files
committed
f log more harshly
1 parent dd4c94a commit 207374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ where
660660
self.retry_payment(payment_id, payment_hash, params)
661661
},
662662
Err(PaymentSendFailure::DuplicatePayment) => {
663-
log_info!(self.logger, "Got a DuplicatePayment error when attempting to retry a payment, this shouldn't happen.");
663+
log_error!(self.logger, "Got a DuplicatePayment error when attempting to retry a payment, this shouldn't happen.");
664664
Err(())
665665
}
666666
Err(PaymentSendFailure::PartialFailure { failed_paths_retry, results, .. }) => {

0 commit comments

Comments
 (0)