mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add variant of 'key "%s" not found: %s' error message.
* g10/gpg.c (check_user_ids): Change error message. * g10/delkey.c (do_delete_key): Ditto. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
50a568e738
commit
5e2c5e9ec5
2 changed files with 2 additions and 3 deletions
|
@ -2177,8 +2177,7 @@ check_user_ids (strlist_t *sp,
|
|||
if (! rc)
|
||||
rc = err;
|
||||
|
||||
log_error (_("key \"%s\" not found: %s\n"),
|
||||
t->d, gpg_strerror (err));
|
||||
log_error (_("key \"%s\" not found\n"), t->d);
|
||||
if (!opt.quiet)
|
||||
log_info (_("(check argument of option '%s')\n"), option);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue