mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +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()
|
||||
{
|
||||
LogPrintf("Failed to read randomness, aborting\n");
|
||||
LogError("Failed to read randomness, aborting\n");
|
||||
std::abort();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user