mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02: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()
|
||||
{
|
||||
LogPrintf("Failed to read randomness, aborting\n");
|
||||
LogError("Failed to read randomness, aborting\n");
|
||||
std::abort();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue