mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
random: use LogError for init failure
This commit is contained in:
parent
97e16f5704
commit
2ae392d561
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue