* secmem.c: "Warning" -> "WARNING"

This commit is contained in:
David Shaw 2002-07-25 18:00:00 +00:00
parent cead1f26f7
commit 2610f0ee62
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-25 David Shaw <dshaw@jabberwocky.com>
* secmem.c: "Warning" -> "WARNING"
2002-07-05 Werner Koch <wk@gnupg.org>
* argparse.c (initialize): We better exit after a read error so

View File

@ -85,7 +85,7 @@ print_warn(void)
{
if (!no_warning)
{
log_info(_("Warning: using insecure memory!\n"));
log_info(_("WARNING: using insecure memory!\n"));
log_info(_("please see http://www.gnupg.org/faq.html "
"for more information\n"));
}