diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.c b/cipher/random.c index 8c552bd3b..2c958d9d4 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -337,7 +337,7 @@ read_seed_file(void) return 0; } if( sb.st_size != POOLSIZE ) { - log_info(_("warning: invalid size of random_seed file - not used\n") ); + log_info(_("WARNING: invalid size of random_seed file - not used\n") ); close(fd); return 0; } |