Hi all,

In the file src/pulsecore/random.c

I found that the log information "Failed to get proper entropy. Falling back to seeding with current time." would never be printed.

So I changed  its value.

Here's the patch:

Signed-off-by: xichuan.yang <xichuan.y...@tieto.com>
---
 src/pulsecore/random.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pulsecore/random.c b/src/pulsecore/random.c
index a87d24e..3d159bf 100644
--- a/src/pulsecore/random.c
+++ b/src/pulsecore/random.c
@@ -37,7 +37,7 @@

 #include "random.h"

-static pa_bool_t has_whined = TRUE;
+static pa_bool_t has_whined = FALSE;

static const char * const devices[] = { "/dev/urandom", "/dev/random", NULL };

--
1.7.1



Best wishes,
Xichuan Yang

xichuan.yang<xichuan.y...@tieto.com>


_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to