Skip to content

Commit

Permalink
Moar helpful logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Dec 1, 2021
1 parent 2ae0c33 commit 350c018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1264,8 +1264,8 @@ pub fn reconcile_blockstore_roots_with_external_source(
.collect();
if !new_roots.is_empty() {
info!(
"Reconciling slots as root based on external root: {:?} ({}..{}) ",
new_roots, external_root, last_blockstore_root
"Reconciling slots as root based on external root: {:?} (external: {:?}, blockstore: {})",
new_roots, external_source, last_blockstore_root
);
blockstore.set_roots(new_roots.iter())?;
*last_blockstore_root = blockstore.last_root();
Expand Down

0 comments on commit 350c018

Please sign in to comment.