Mercurial > trustbridge
diff cinst/mozilla.c @ 283:fb9e14f4b4c9
Show which store is listed in debug certificate listings.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 02 Apr 2014 15:29:23 +0200 |
parents | 0f73fe4230c1 |
children | a0c5eba8eb41 |
line wrap: on
line diff
--- a/cinst/mozilla.c Wed Apr 02 15:22:33 2014 +0200 +++ b/cinst/mozilla.c Wed Apr 02 15:29:23 2014 +0200 @@ -320,6 +320,7 @@ if (NSS_Initialize(confdir, "", "", "secmod.db", NSS_INIT_READONLY) == SECSuccess) { + DEBUGPRINTF("Listing certs in \"%s\"\n", confdir); list = PK11_ListCerts(PK11CertListAll, NULL); for (node = CERT_LIST_HEAD(list); !CERT_LIST_END(node, list); node = CERT_LIST_NEXT(node)) {