b=125553 fix wrong string usage
r=javi rs=blizzard git-svn-id: svn://10.0.0.236/trunk@114793 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user