1
0
Fork 0
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:
Werner Koch 2005-03-30 10:39:13 +00:00
parent 4d5285ee87
commit 1985805cdf
6 changed files with 31 additions and 18 deletions

View file

@ -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())