Skip to content

Commit

Permalink
Promote no_block_cost_limits logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Sep 11, 2024
1 parent e577e53 commit 8d2187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/blockstore_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ pub fn process_blockstore_from_root(
bank.set_hash_overrides(hash_overrides.clone());
}
if opts.no_block_cost_limits {
info!("setting block cost limits to MAX");
warn!("setting block cost limits to MAX");
bank.write_cost_tracker()
.unwrap()
.set_limits(u64::MAX, u64::MAX, u64::MAX);
Expand Down

0 comments on commit 8d2187e

Please sign in to comment.