aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cardglue.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-03-30 10:39:13 +0000
committerWerner Koch <[email protected]>2005-03-30 10:39:13 +0000
commit1985805cdf353ab557989cf50a5838ce3b6f8524 (patch)
tree7e3167883cc4c972d9f94a76e7c4d93f5f2b0396 /g10/cardglue.c
parent(rndw32_gather_random_fast): While adding data use the (diff)
downloadgnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.tar.gz
gnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.zip
(pin_cb): Print a warning if the info string hack is
not there. This may happen due to typos in the translation.
Diffstat (limited to '')
-rw-r--r--g10/cardglue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/cardglue.c b/g10/cardglue.c
index 9e5a14f8c..530e8a43f 100644
--- a/g10/cardglue.c
+++ b/g10/cardglue.c
@@ -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())