<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi all,<br>
    <br>
    <span style="visibility: visible;" id="main"><span
        style="visibility: visible;" id="search">In the file </span></span>src/pulsecore/random.c<br>
    <br>
    I found that the log information "Failed to get proper entropy.
    Falling back to seeding with current time." would never be printed.<br>
    <br>
    So I changed&nbsp; its value. <br>
    <br>
    Here's the patch:<br>
    <br>
    Signed-off-by: xichuan.yang <a class="moz-txt-link-rfc2396E" href="mailto:xichuan.yang@tieto.com">&lt;xichuan.yang@tieto.com&gt;</a><br>
    ---<br>
    &nbsp;src/pulsecore/random.c |&nbsp;&nbsp;&nbsp; 2 +-<br>
    &nbsp;1 files changed, 1 insertions(+), 1 deletions(-)<br>
    <br>
    diff --git a/src/pulsecore/random.c b/src/pulsecore/random.c<br>
    index a87d24e..3d159bf 100644<br>
    --- a/src/pulsecore/random.c<br>
    +++ b/src/pulsecore/random.c<br>
    @@ -37,7 +37,7 @@<br>
    &nbsp;<br>
    &nbsp;#include "random.h"<br>
    &nbsp;<br>
    -static pa_bool_t has_whined = TRUE;<br>
    +static pa_bool_t has_whined = FALSE;<br>
    &nbsp;<br>
    &nbsp;static const char * const devices[] = { "/dev/urandom",
    "/dev/random", NULL };<br>
    &nbsp;<br>
    -- <br>
    1.7.1<br>
    <br>
    <br>
    <br>
    Best wishes,<br>
    Xichuan Yang<br>
    <pre wrap="">xichuan.yang <a class="moz-txt-link-rfc2396E" href="mailto:xichuan.yang@tieto.com">&lt;xichuan.yang@tieto.com&gt;</a>

</pre>
    <br>
  </body>
</html>