Skip to content

Commit

Permalink
re-add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Oct 2, 2024
1 parent 2aeffd5 commit 04e1a8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ledger/src/blockstore_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@ fn process_batches(
prioritization_fee_cache: &PrioritizationFeeCache,
) -> Result<()> {
if bank.has_installed_scheduler() {
debug!(
"process_batches()/schedule_batches_for_execution({} batches)",
locked_entries.len()
);
// Scheduling usually succeeds (immediately returns `Ok(())`) here without being blocked on
// the actual transaction executions.
//
Expand Down

0 comments on commit 04e1a8e

Please sign in to comment.