aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Bubelov <igor@bubelov.com>2022-06-21 22:54:55 +0700
committerIgor Bubelov <igor@bubelov.com>2022-06-21 22:54:55 +0700
commitc01ae8f5ead6837162a2772ce792a83f66757ee4 (patch)
tree4a088160408c0b5b8d68eb0102326970de5fb276
parent34869114a72435b9d8364385abaefed70d703fa8 (diff)
downloadbitcoin-c01ae8f5ead6837162a2772ce792a83f66757ee4.tar.xz
Use consistent wording in log
-rw-r--r--src/random.cpp2
1 files changed, 1 insertions, 1 deletions
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");