routing: log reported success amount
This commit is contained in:
parent
2d07756263
commit
36e1b92e0c
@ -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…
Reference in New Issue
Block a user