mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* secmem.c: "Warning" -> "WARNING"
This commit is contained in:
parent
cead1f26f7
commit
2610f0ee62
@ -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
|
||||
|
@ -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"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user