Skip to content

Commit 6475787

Browse files
committed
routing: fix log line formatting
1 parent 4945bd4 commit 6475787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing/router.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -699,8 +699,8 @@ func (r *ChannelRouter) FindBlindedPaths(destination route.Vertex,
699699
"path since it resulted in an low "+
700700
"probability path(%.3f)",
701701
route.ChanIDString(routeWithProbability.route),
702-
routeWithProbability.probability,
703-
)
702+
routeWithProbability.probability)
703+
704704
continue
705705
}
706706

0 commit comments

Comments
 (0)