зеркало из https://github.com/mozilla/pjs.git
b=125553 fix wrong string usage
r=javi rs=blizzard
This commit is contained in:
Родитель
bb4b026e0b
Коммит
26d396a3ee
|
@ -903,7 +903,7 @@ nsNSSComponent::InitializeNSS()
|
|||
ConfigureInternalPKCS11Token();
|
||||
|
||||
if (::NSS_InitReadWrite(profileStr) != SECSuccess) {
|
||||
PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("can not init NSS r/w in %s\n", profileStr));
|
||||
PR_LOG(gPIPNSSLog, PR_LOG_DEBUG, ("can not init NSS r/w in %s\n", profileStr.get()));
|
||||
|
||||
if (supress_warning_preference) {
|
||||
which_nss_problem = problem_none;
|
||||
|
|
Загрузка…
Ссылка в новой задаче