Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
cd3c084
)
forgot to give entropy() some candy too
author
Ali H. Fardan <
[email protected]
>
Wed, 31 Aug 2016 03:10:53 +0000
(06:10 +0300)
committer
Ali H. Fardan <
[email protected]
>
Wed, 31 Aug 2016 03:10:53 +0000
(06:10 +0300)
slstatus.c
diff
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index
5246bc0
..
f070e1d
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-252,7
+252,8
@@
entropy(void)
FILE *fp = fopen("/proc/sys/kernel/random/entropy_avail", "r");
if (fp == NULL) {
- fprintf(stderr, "Could not open entropy file.\n");
+ fprintf(stderr, "Could not open entropy file: %s\n",
+ strerror(errno));
return smprintf(UNKNOWN_STR);
}