Skip to content

Commit

Permalink
Make start and finish of validity window sync log info
Browse files Browse the repository at this point in the history
  • Loading branch information
Eligioo committed Jun 17, 2024
1 parent 6602a11 commit 21d91b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/src/sync/light/validity_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ impl<TNetwork: Network> LightMacroSync<TNetwork> {
chunk_index: chunk_index as u64,
};

log::debug!(
log::info!(
target_macro = verifier_block_number,
chunk_index = chunk_index,
last_chunk_items = last_chunk_items,
Expand Down Expand Up @@ -328,7 +328,7 @@ impl<TNetwork: Network> LightMacroSync<TNetwork> {
peer_request.verifier_block_number = latest_macro_head_number;
} else {
// We are done
log::debug!(
log::info!(
synced_root = %expected_root,
synced_macro_head = verifier_block_number,
"Validity window syncing is complete"
Expand Down

0 comments on commit 21d91b3

Please sign in to comment.