Skip to content

Commit 64fc88b

Browse files
obycodewileyj
authored andcommitted
chore: downgrade noisy log
1 parent 1a00280 commit 64fc88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/burn/db/sortdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3986,7 +3986,7 @@ impl<'a> SortitionDBConn<'a> {
39863986
tip,
39873987
reward_cycle_id,
39883988
)?;
3989-
info!("Fetching preprocessed reward set";
3989+
debug!("Fetching preprocessed reward set";
39903990
"tip_sortition_id" => %tip,
39913991
"reward_cycle_id" => reward_cycle_id,
39923992
"prepare_phase_start_sortition_id" => %first_sortition,

0 commit comments

Comments
 (0)