mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 23:53:41 +02:00
routing: log preimage when it's failed to be saved to db
This commit is contained in:
@@ -558,7 +558,9 @@ func (p *paymentLifecycle) collectResult(attempt *channeldb.HTLCAttempt) (
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
log.Errorf("Unable to settle payment attempt: %v", err)
|
||||
log.Errorf("Error settling attempt %v for payment %v with "+
|
||||
"preimage %v: %v", attempt.AttemptID, p.identifier,
|
||||
result.Preimage, err)
|
||||
|
||||
// We won't mark the attempt as failed since we already have
|
||||
// the preimage.
|
||||
|
Reference in New Issue
Block a user