mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* gpgkeys_finger.c (get_key), gpgkeys_curl.c (get_key): Better language
for the key-not-found error.
This commit is contained in:
parent
05193a2705
commit
a4fae95d04
3 changed files with 11 additions and 11 deletions
|
@ -339,9 +339,9 @@ get_key (char *getkey)
|
|||
fprintf (output,"KEY 0x%s END\n", getkey);
|
||||
else
|
||||
{
|
||||
fprintf (console,"gpgkeys: key %s not found on keyserver\n",getkey);
|
||||
fprintf (output,"KEY 0x%s FAILED %d\n",
|
||||
getkey,KEYSERVER_KEY_NOT_FOUND);
|
||||
fprintf(console,"gpgkeys: no key data found for finger:%s\n",
|
||||
opt->opaque);
|
||||
fprintf(output,"KEY 0x%s FAILED %d\n",getkey,KEYSERVER_KEY_NOT_FOUND);
|
||||
}
|
||||
|
||||
xfree(line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue