forgot to give entropy() some candy too
authorAli H. Fardan <raiz@firemail.cc>
Wed, 31 Aug 2016 03:10:53 +0000 (06:10 +0300)
committerAli H. Fardan <raiz@firemail.cc>
Wed, 31 Aug 2016 03:10:53 +0000 (06:10 +0300)
slstatus.c

index 5246bc0b16c8eda71159c2c8fb1d554fa1608e1a..f070e1d7d27c2a95fc91bd2a65e968fe71e6ba81 100644 (file)
@@ -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);
        }