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

Merge branch 'STABLE-BRANCH-2-2'

--
Kept our AUTHORS and README
This commit is contained in:
Werner Koch 2017-11-15 11:01:10 +01:00
commit 091c4af645
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
32 changed files with 695 additions and 408 deletions

View file

@ -1448,8 +1448,9 @@ get_pubkey_byname (ctrl_t ctrl, GETKEY_CTX * retctx, PKT_public_key * pk,
if (!rc)
{
/* Key found. */
log_info (_("automatically retrieved '%s' via %s\n"),
name, mechanism);
if (opt.verbose)
log_info (_("automatically retrieved '%s' via %s\n"),
name, mechanism);
break;
}
if (gpg_err_code (rc) != GPG_ERR_NO_PUBKEY