1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* sig-check.c (check_key_signature2): Made "no subkey for subkey

binding packet" a verbose item instead of a !quiet one.  There are
too many garbled keys out in the wild.
* getkey.c (premerge_public_with_secret): Made "no secret subkey
for" warning a verbose item and translatable.
This commit is contained in:
Werner Koch 2003-04-29 07:21:08 +00:00
parent d174920691
commit e934896789
3 changed files with 12 additions and 3 deletions

View file

@ -2005,8 +2005,9 @@ premerge_public_with_secret ( KBNODE pubblock, KBNODE secblock )
if ( !sec ) {
KBNODE next, ll;
log_info ( "no secret subkey "
"for public subkey %08lX - ignoring\n",
if (opt.verbose)
log_info ( _("no secret subkey "
"for public subkey %08lX - ignoring\n"),
(ulong)keyid_from_pk (pk,NULL) );
/* we have to remove the subkey in this case */
assert ( last );