mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
agent: Improve "Insert the card" message.
* agent/findkey.c (prompt_for_card): Don't print "(null").
This commit is contained in:
parent
2766b9e56c
commit
be5d06dae2
@ -1064,7 +1064,8 @@ prompt_for_card (ctrl_t ctrl, const unsigned char *grip,
|
||||
" %s%%0A"
|
||||
" %s",
|
||||
L_("Please insert the card with serial number"),
|
||||
want_sn ? want_sn : "", comment) < 0)
|
||||
want_sn ? want_sn : "",
|
||||
comment? comment:"") < 0)
|
||||
err = out_of_core ();
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user