mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Make errno error log more useful for getrandom()
Making errno error log more useful for getrandom() call. Adding if statement to make difference between ENOSYS and other errors. Fixes #24500 Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
This commit is contained in:
committed by
Nick Mathewson
parent
a5be2305e1
commit
313360e6e6
@@ -0,0 +1,3 @@
|
||||
o Code simplification and refactoring:
|
||||
- Making more useful log messages for errno errors on getrandom() call.
|
||||
Closes ticket 24500.
|
||||
Reference in New Issue
Block a user