Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Rephrase log message
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerCoug committed Nov 3, 2023
1 parent d258696 commit 18a6cb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public class FreeCasino {
DrbgParameters.instantiation(256, PR_AND_RESEED, null));
} catch (NoSuchAlgorithmException e) {
log.warning("Unable to get the defined SecureRandom instance; using the default SecureRandom instance. "
+ "This instance may not have the desired bit security strength or support prediction resistance "
+ "or reseeding.");
+ "This instance may have less than the desired bit security strength and may not support prediction "
+ "resistance or reseeding.");
rng1 = new SecureRandom();
}
rng = rng1;
Expand Down

0 comments on commit 18a6cb0

Please sign in to comment.