Skip to content

Commit

Permalink
fix: log message
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 11, 2024
1 parent eb1fbb2 commit 5a7c6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synchronizer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl Synchronizer {
initial_slot,
final_slot,
reverse_sync = is_reverse_sync,
"Synchronizer started: Processing {unprocessed_slots} slots…"
"Processing {unprocessed_slots} slots…"
);

while unprocessed_slots > 0 {
Expand Down

0 comments on commit 5a7c6d2

Please sign in to comment.