aboutsummaryrefslogtreecommitdiffstats
path: root/sm/fingerprint.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/fingerprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/fingerprint.c b/sm/fingerprint.c
index 26d147f41..6755f8eb7 100644
--- a/sm/fingerprint.c
+++ b/sm/fingerprint.c
@@ -153,7 +153,7 @@ gpgsm_get_keygrip (ksba_cert_t cert, char *array)
return NULL; /* oops */
if (DBG_X509)
- log_debug ("get_keygrip for public key: %s\n", p);
+ log_debug ("get_keygrip for public key\n");
n = gcry_sexp_canon_len (p, 0, NULL, NULL);
if (!n)
{