Skip to content

Commit

Permalink
Use debug logs for already verified synced blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Dec 15, 2021
1 parent 983e6bc commit 54c0640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/src/components/sync/downloads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ where
// (or blocks far ahead of the current state tip).
Err(BlockDownloadVerifyError::AboveLookaheadHeightLimit)?;
} else if block_height < min_accepted_height {
tracing::info!(
tracing::debug!(
?hash,
?block_height,
?tip_height,
Expand Down

0 comments on commit 54c0640

Please sign in to comment.