routing: log amount for probability
This commit is contained in:
parent
4726c674db
commit
2d07756263
@ -584,7 +584,8 @@ func findPathInternal(
|
||||
|
||||
log.Trace(newLogClosure(func() string {
|
||||
return fmt.Sprintf("path finding probability: fromnode=%v,"+
|
||||
" tonode=%v, probability=%v", fromVertex, toNodeDist.node,
|
||||
" tonode=%v, amt=%v, probability=%v",
|
||||
fromVertex, toNodeDist.node, amountToSend,
|
||||
edgeProbability)
|
||||
}))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user