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 | |
parent | * gnupgbug: "Warning" -> "WARNING" (diff) | |
download | gnupg-36d5779e82d02088b52450498a35e2b9a2b9a9c4.tar.gz gnupg-36d5779e82d02088b52450498a35e2b9a2b9a9c4.zip |
* random.c: "warning" -> "WARNING"
Diffstat (limited to '')
-rw-r--r-- | cipher/ChangeLog | 4 | ||||
-rw-r--r-- | cipher/random.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 6e138f4af..77efc4449 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,7 @@ +2002-07-25 David Shaw <[email protected]> + + * random.c: "warning" -> "WARNING" + 2002-07-02 Werner Koch <[email protected]> * rndw32.c (slow_gatherer_windowsNT): Use a simple array for the 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; } |