diff options
| author | David Shaw <[email protected]> | 2002-07-25 18:05:48 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2002-07-25 18:05:48 +0000 |
| commit | 36d5779e82d02088b52450498a35e2b9a2b9a9c4 (patch) | |
| tree | 6375f884c2702f0f9f2990cb0dc8045916aa0e2a /cipher/random.c | |
| parent | * gnupgbug: "Warning" -> "WARNING" (diff) | |
| download | gnupg-36d5779e82d02088b52450498a35e2b9a2b9a9c4.tar.gz gnupg-36d5779e82d02088b52450498a35e2b9a2b9a9c4.zip | |
* random.c: "warning" -> "WARNING"
Diffstat (limited to 'cipher/random.c')
| -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; } |
