Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 350c018

Browse files
committed
Moar helpful logs
1 parent 2ae0c33 commit 350c018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/consensus.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,8 +1264,8 @@ pub fn reconcile_blockstore_roots_with_external_source(
12641264
.collect();
12651265
if !new_roots.is_empty() {
12661266
info!(
1267-
"Reconciling slots as root based on external root: {:?} ({}..{}) ",
1268-
new_roots, external_root, last_blockstore_root
1267+
"Reconciling slots as root based on external root: {:?} (external: {:?}, blockstore: {})",
1268+
new_roots, external_source, last_blockstore_root
12691269
);
12701270
blockstore.set_roots(new_roots.iter())?;
12711271
*last_blockstore_root = blockstore.last_root();

0 commit comments

Comments
 (0)