mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
(pin_cb): Print a warning if the info string hack is
not there. This may happen due to typos in the translation.
This commit is contained in:
parent
4d5285ee87
commit
1985805cdf
6 changed files with 31 additions and 18 deletions
|
@ -674,6 +674,8 @@ pin_cb (void *opaque, const char *info, char **retstr)
|
|||
}
|
||||
info = ends+1;
|
||||
}
|
||||
else
|
||||
log_debug ("pin_cb called without proper PIN info hack\n");
|
||||
|
||||
again:
|
||||
if (is_status_enabled())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue