From c84e57a5228897dd62c7adcd05024be90ec4c65a Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Fri, 20 Dec 2019 10:28:48 +0100 Subject: [PATCH] routing: remove unnecessary newline --- routing/pathfind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/pathfind.go b/routing/pathfind.go index 1c1eea9f..a6bd5878 100644 --- a/routing/pathfind.go +++ b/routing/pathfind.go @@ -893,7 +893,7 @@ func findPath(g *graphParams, r *RestrictParams, cfg *PathFindingConfig, // findPath, and avoid using ChannelEdgePolicy altogether. pathEdges[len(pathEdges)-1].Node.Features = features - log.Debugf("Found route: probability=%v, hops=%v, fee=%v\n", + log.Debugf("Found route: probability=%v, hops=%v, fee=%v", distance[source].probability, len(pathEdges), distance[source].amountToReceive-amt)