Skip to content

Commit 0354d4d

Browse files
committed
f use display
1 parent b930feb commit 0354d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ impl<G: Deref<Target = NetworkGraph<L>>, L: Deref, T: Time> ProbabilisticScorerU
753753
*dir_liq.last_updated, self.params.historical_no_updates_half_life);
754754

755755
log_debug!(self.logger, core::concat!(
756-
"Liquidity from {:?} to {:?} via {} is in the range ({}, {}).\n",
756+
"Liquidity from {} to {} via {} is in the range ({}, {}).\n",
757757
"\tHistorical min liquidity octile relative probabilities: {} {} {} {} {} {} {} {}\n",
758758
"\tHistorical max liquidity octile relative probabilities: {} {} {} {} {} {} {} {}"),
759759
source, target, scid, dir_liq.min_liquidity_msat(), dir_liq.max_liquidity_msat(),

0 commit comments

Comments
 (0)