diff --git a/lib/lndclient/LndClient.ts b/lib/lndclient/LndClient.ts index a86c4eca0..aded443ff 100644 --- a/lib/lndclient/LndClient.ts +++ b/lib/lndclient/LndClient.ts @@ -870,7 +870,7 @@ class LndClient extends SwapClient { if (route) { this.logger.debug(`found a route to ${destination} for ${units} units with finalCltvDelta ${finalLock}: ${route}`); } else { - this.logger.debug(`could not find a route to ${destination} for ${units} units with finalCltvDelta ${finalLock}: ${route}`); + this.logger.debug(`could not find a route to ${destination} for ${units} units with finalCltvDelta ${finalLock}`); } return route; }