Skip to content

Commit

Permalink
chore: improve trace message
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk committed Jun 10, 2024
1 parent d315f80 commit 8ab67e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/consensus/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ impl Consensus {
let last_arrived_block_number = self.last_arrived_block_number.load(Ordering::SeqCst);

if last_arrived_block_number == std::u64::MAX {
tracing::warn!("last arrived block number is at max, this means no block has been received yet");
tracing::warn!("no appendEntry has been received yet");
return false;
}

Expand Down

0 comments on commit 8ab67e4

Please sign in to comment.