htlcswitch/link: correct link log statement

This commit is contained in:
Conner Fromknecht 2020-04-14 10:47:47 -07:00
parent 19006b108c
commit 5b38ed0b3e
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -1179,7 +1179,7 @@ func (l *channelLink) processHtlcResolution(resolution invoices.HtlcResolution,
// Settle htlcs that returned a settle resolution using the preimage
// in the resolution.
case *invoices.HtlcSettleResolution:
l.log.Debugf("received settle resolution for %v"+
l.log.Debugf("received settle resolution for %v "+
"with outcome: %v", circuitKey, res.Outcome)
return l.settleHTLC(res.Preimage, htlc.pd)