Skip to content

Commit 9c9c8fe

Browse files
committed
fix: downgrade to debug
1 parent 8043020 commit 9c9c8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/bank/pyth_accumulator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ pub fn compute_publisher_stake_caps(
485485
);
486486

487487
measure.stop();
488-
info!(
488+
debug!(
489489
"PublisherStakeCaps: Computed publisher stake caps with m : {} and z : {} in {} us",
490490
parameters.m,
491491
parameters.z,

0 commit comments

Comments
 (0)