mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 04:52:36 +02:00
random: use LogError for init failure
This commit is contained in:
parent
97e16f5704
commit
2ae392d561
@ -57,7 +57,7 @@ static const int NUM_OS_RANDOM_BYTES = 32;
|
|||||||
|
|
||||||
[[noreturn]] void RandFailure()
|
[[noreturn]] void RandFailure()
|
||||||
{
|
{
|
||||||
LogPrintf("Failed to read randomness, aborting\n");
|
LogError("Failed to read randomness, aborting\n");
|
||||||
std::abort();
|
std::abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user