Skip to content

Commit f861f52

Browse files
obycodewileyj
authored andcommitted
chore: downgrade noisy log
1 parent f50c75e commit f861f52

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
@@ -3987,7 +3987,7 @@ impl<'a> SortitionDBConn<'a> {
39873987
tip,
39883988
reward_cycle_id,
39893989
)?;
3990-
info!("Fetching preprocessed reward set";
3990+
debug!("Fetching preprocessed reward set";
39913991
"tip_sortition_id" => %tip,
39923992
"reward_cycle_id" => reward_cycle_id,
39933993
"prepare_phase_start_sortition_id" => %first_sortition,

0 commit comments

Comments
 (0)