Skip to content

Commit

Permalink
routing: fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
yyforyongyu committed Nov 6, 2023
1 parent 427bbcf commit 41e72b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/payment_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (p *paymentLifecycle) resumePayment() ([32]byte, *route.Route, error) {
for _, a := range payment.InFlightHTLCs() {
a := a

log.Infof("Resuming payment shard %v for payment %v",
log.Infof("Resuming HTLC attempt %v for payment %v",
a.AttemptID, p.identifier)

p.resultCollector(&a)
Expand Down

0 comments on commit 41e72b1

Please sign in to comment.