Mercurial > trustbridge
changeset 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 | d13d51f7a0e2 |
children | a0c5eba8eb41 |
files | cinst/mozilla.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)) {