routing: log amount for probability

This commit is contained in:
Joost Jager 2020-03-17 13:22:32 +01:00
parent 4726c674db
commit 2d07756263
No known key found for this signature in database
GPG Key ID: A61B9D4C393C59C7

@ -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)
}))