* random.c: "warning" -> "WARNING"

This commit is contained in:
David Shaw 2002-07-25 18:05:48 +00:00
parent a4427b0eb8
commit 36d5779e82
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-25 David Shaw <dshaw@jabberwocky.com>
* random.c: "warning" -> "WARNING"
2002-07-02 Werner Koch <wk@gnupg.org>
* rndw32.c (slow_gatherer_windowsNT): Use a simple array for the

View File

@ -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;
}