From c01ae8f5ead6837162a2772ce792a83f66757ee4 Mon Sep 17 00:00:00 2001 From: Igor Bubelov Date: Tue, 21 Jun 2022 22:54:55 +0700 Subject: Use consistent wording in log --- src/random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/random.cpp b/src/random.cpp index 74ceb3d2a3..fca4b5041a 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -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"); -- cgit v1.2.3