Skip to content

Commit 8ada648

Browse files
authored
Merge pull request #2538 from div72/port_pr_25440
log: Use consistent wording in random.cpp log
2 parents 1676e45 + fea55d5 commit 8ada648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static void ReportHardwareRand()
9797
// This must be done in a separate function, as InitHardwareRand() may be indirectly called
9898
// from global constructors, before logging is initialized.
9999
if (g_rdseed_supported) {
100-
LogPrintf("Using RdSeed as additional entropy source\n");
100+
LogPrintf("Using RdSeed as an additional entropy source\n");
101101
}
102102
if (g_rdrand_supported) {
103103
LogPrintf("Using RdRand as an additional entropy source\n");

0 commit comments

Comments
 (0)