aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/certcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/certcache.c')
-rw-r--r--dirmngr/certcache.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/dirmngr/certcache.c b/dirmngr/certcache.c
index 3284ff2c0..c3f3427b1 100644
--- a/dirmngr/certcache.c
+++ b/dirmngr/certcache.c
@@ -612,7 +612,10 @@ load_certs_from_w32_store (const char *storename)
if (!err)
count++;
if (gpg_err_code (err) == GPG_ERR_DUP_VALUE)
- log_info (_("certificate '%s' already cached\n"), storename);
+ {
+ if (DBG_X509)
+ log_debug (_("certificate '%s' already cached\n"), storename);
+ }
else if (err)
log_error (_("error loading certificate '%s': %s\n"),
storename, gpg_strerror (err));