aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/misc.c')
-rw-r--r--dirmngr/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/misc.c b/dirmngr/misc.c
index 82b694998..0bca5ee9a 100644
--- a/dirmngr/misc.c
+++ b/dirmngr/misc.c
@@ -291,7 +291,7 @@ dump_cert (const char *text, ksba_cert_t cert)
char *p;
ksba_isotime_t t;
- log_debug ("BEGIN Certificate `%s':\n", text? text:"");
+ log_debug ("BEGIN Certificate '%s':\n", text? text:"");
if (cert)
{
sexp = ksba_cert_get_serial (cert);