Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan <94441036+zeapoz@users.noreply.github.com>
  • Loading branch information
vbar and zeapoz authored Feb 12, 2024
1 parent e23dbbe commit 179a53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-reconstruct-fetcher/src/l1_fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ impl L1Fetcher {
// now lost and will have to be fetched again...
if last_fetched_l1_block_num > block_num {
tracing::debug!(
"Blocks fetched but not parsed: {}",
"L1 Blocks fetched but not parsed: {}",
last_fetched_l1_block_num - block_num
);
last_fetched_l1_block_num = block_num;
Expand Down

0 comments on commit 179a53b

Please sign in to comment.