1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

(parse_signature): Use log_info for messages

about missing timestamp or keyid.  In case we don't use that key
there won't be no further error and thus gpg does not need to
return with an error.
This commit is contained in:
Werner Koch 2005-06-18 11:49:50 +00:00
parent 07e9d532b1
commit 059d159657
6 changed files with 22 additions and 5 deletions

View file

@ -412,6 +412,7 @@ open_card (void)
slot = apdu_open_reader (default_reader_port);
if (slot == -1)
{
write_status_text (STATUS_CARDCTRL, "5");
log_error ("card reader not available\n");
return NULL;
}