mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c: "Warning" ->
"WARNING"
This commit is contained in:
parent
36d5779e82
commit
9ac6821b46
7 changed files with 18 additions and 13 deletions
|
@ -315,7 +315,7 @@ do_export_stream( IOBUF out, STRLIST users, int secret,
|
|||
node->pkt->pkt.secret_key->protect.sha1chk)
|
||||
{
|
||||
/* I hope this warning doesn't confuse people. */
|
||||
log_info("Warning: secret key %08lX does not have a "
|
||||
log_info("WARNING: secret key %08lX does not have a "
|
||||
"simple SK checksum\n",(ulong)sk_keyid[1]);
|
||||
|
||||
sha1_warned=1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue