# HG changeset patch # User Sascha Wilde # Date 1396445363 -7200 # Node ID fb9e14f4b4c9c4289cd23673c9a0d33eb9f3e106 # Parent d13d51f7a0e2252247901565263f6247e15c4d8b Show which store is listed in debug certificate listings. diff -r d13d51f7a0e2 -r fb9e14f4b4c9 cinst/mozilla.c --- 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)) {