diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/random.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cipher/random.c b/cipher/random.c index ac98f54c2..26777aa91 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -144,8 +144,9 @@ fill_buffer( byte *buffer, size_t length, int level ) if( !(rc=select(fd+1, &rfds, NULL, NULL, &tv)) ) { if( !warn ) tty_printf( _( -"\nNot enough random bytes available. Please do some other work to give -the OS a chance to collect more entropy! (Need %d more bytes)\n"), length ); +"\n" +"Not enough random bytes available. Please do some other work to give\n" +"the OS a chance to collect more entropy! (Need %d more bytes)\n"), length ); warn = 1; continue; } |