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:
commit
091c4af645
32 changed files with 695 additions and 408 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue