mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
routing: log reported success amount
This commit is contained in:
parent
2d07756263
commit
36e1b92e0c
1 changed files with 2 additions and 1 deletions
|
@ -544,7 +544,8 @@ func (m *MissionControl) applyPaymentResult(
|
|||
|
||||
if pairResult.success {
|
||||
log.Debugf("Reporting pair success to Mission "+
|
||||
"Control: pair=%v", pair)
|
||||
"Control: pair=%v, amt=%v",
|
||||
pair, pairResult.amt)
|
||||
} else {
|
||||
log.Debugf("Reporting pair failure to Mission "+
|
||||
"Control: pair=%v, amt=%v",
|
||||
|
|
Loading…
Add table
Reference in a new issue