mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-30 15:37:34 +02:00
Use consistent wording in log
This commit is contained in:
@@ -97,7 +97,7 @@ static void ReportHardwareRand()
|
|||||||
// This must be done in a separate function, as InitHardwareRand() may be indirectly called
|
// This must be done in a separate function, as InitHardwareRand() may be indirectly called
|
||||||
// from global constructors, before logging is initialized.
|
// from global constructors, before logging is initialized.
|
||||||
if (g_rdseed_supported) {
|
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) {
|
if (g_rdrand_supported) {
|
||||||
LogPrintf("Using RdRand as an additional entropy source\n");
|
LogPrintf("Using RdRand as an additional entropy source\n");
|
||||||
|
Reference in New Issue
Block a user