Skip to content

Commit

Permalink
Downgrade jitter error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Apr 23, 2024
1 parent e532d11 commit 2955d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/rand/seeding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ where
Err(e) => {
match e {
rand_jitter::TimerError::CoarseTimer => {
log::error!(
log::warn!(
"{}: JitterRng: timer source is coarse, seed quality will be reduced",
context_id
);
Expand Down

0 comments on commit 2955d8a

Please sign in to comment.