diff -r 1268ddc9dc16 -r 82af81b0a6c7 mozilla-shared-nss-db.patch --- a/mozilla-shared-nss-db.patch Sun Aug 23 15:29:44 2015 +0200 +++ b/mozilla-shared-nss-db.patch Sat Sep 19 22:04:22 2015 +0200 @@ -104,7 +104,7 @@ + init_rv = ::nsshelp_open_db ("Firefox", profileStr.get(), flags); + + if (init_rv != SECSuccess) { -+ PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("can not init NSS using nsshelp_open_db in %s\n", profileStr.get())); ++ MOZ_LOG(gPIPNSSLog, LogLevel::Debug, ("can not init NSS using nsshelp_open_db in %s\n", profileStr.get())); + init_rv = ::mozilla::psm::InitializeNSS(profileStr.get(), false); + } + }