Skip to content

Commit 4de2a53

Browse files
committed
Fix last common_ancestor's log message
1 parent f28a07b commit 4de2a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/src/synchronizer/block_fetcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impl BlockFetcher {
7777
.active_chain
7878
.last_common_ancestor(&last_common, best_known)?;
7979
debug!(
80-
"last_common_ancestor({}, {})->{} cost {:?}",
80+
"last_common_ancestor({:?}, {:?})->{:?} cost {:?}",
8181
last_common,
8282
best_known,
8383
last_common_ancestor,

0 commit comments

Comments
 (0)