Skip to content

Commit

Permalink
rephrase tracing log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Jul 19, 2024
1 parent c74e433 commit 465ebc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block-index/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ where
loop {
const SLEEP_AMOUNT: Duration = Duration::from_secs(30 * 60);

tracing::debug!(sleep = ?SLEEP_AMOUNT, "Waiting to build new block index...");
tracing::debug!(after = ?SLEEP_AMOUNT, "Building new block index");

tokio::select! {
_ = &mut exit_handle => {
Expand Down

0 comments on commit 465ebc1

Please sign in to comment.