forked from I2P_Developers/i2p.i2p
log tweak
This commit is contained in:
@@ -196,7 +196,7 @@ public class RandomSource extends SecureRandom implements EntropyHarvester {
|
|||||||
if (ok)
|
if (ok)
|
||||||
System.arraycopy(tbuf, 0, buf, 0, buf.length);
|
System.arraycopy(tbuf, 0, buf, 0, buf.length);
|
||||||
else
|
else
|
||||||
System.out.println("SecureRandom init failed or took too long");
|
System.out.println("INFO: SecureRandom init failed or took too long");
|
||||||
}
|
}
|
||||||
} catch (InterruptedException ie) {}
|
} catch (InterruptedException ie) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user