mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Use consistent wording in log
This commit is contained in:
parent
34869114a7
commit
c01ae8f5ea
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static void ReportHardwareRand()
|
|||
// This must be done in a separate function, as InitHardwareRand() may be indirectly called
|
||||
// from global constructors, before logging is initialized.
|
||||
if (g_rdseed_supported) {
|
||||
LogPrintf("Using RdSeed as additional entropy source\n");
|
||||
LogPrintf("Using RdSeed as an additional entropy source\n");
|
||||
}
|
||||
if (g_rdrand_supported) {
|
||||
LogPrintf("Using RdRand as an additional entropy source\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue