mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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:
parent
d174920691
commit
e934896789
3 changed files with 12 additions and 3 deletions
|
@ -574,7 +574,7 @@ check_key_signature2( KBNODE root, KBNODE node, PKT_public_key *check_pk,
|
|||
md_close(md);
|
||||
}
|
||||
else {
|
||||
if (!opt.quiet)
|
||||
if (opt.verbose)
|
||||
log_info ("key %08lX: no subkey for subkey binding packet\n",
|
||||
(ulong)keyid_from_pk (pk, NULL));
|
||||
rc = G10ERR_SIG_CLASS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue