Skip to content

Commit

Permalink
change log order
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Nov 8, 2024
1 parent 358a7d1 commit 5b7ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-signatures/node/src/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ async fn update_last_processed_block(

tracing::info!(
"set last processed block to {} to start indexer with, previous last processed: {}, latest block: {}",
starting_block,
last_processed_block,
latest_block,
starting_block,
);
Ok(())
}
Expand Down

0 comments on commit 5b7ab8f

Please sign in to comment.