Skip to content

Commit c01ae8f

Browse files
committed
Use consistent wording in log
1 parent 3486911 commit c01ae8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random.cpp

Lines changed: 1 addition & 1 deletion
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)