Skip to content

Commit

Permalink
message update
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 179a53b commit f2e46f8
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 @@ -210,7 +210,7 @@ impl L1Fetcher {
metrics.latest_l1_block_num = last_fetched_l1_block_num;
metrics.print();
} else {
tracing::warn!("Fetcher made no progress");
tracing::warn!("No new blocks were processed");
}

Ok(())
Expand Down

0 comments on commit f2e46f8

Please sign in to comment.