Bug 204146 Undefined symbols during autoregistration should go to stdout
r=dougt git-svn-id: svn://10.0.0.236/trunk@143808 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -513,12 +513,17 @@ nsNativeComponentLoader::DumpLoadError(nsDll *dll,
|
||||
}
|
||||
}
|
||||
#endif // MOZ_DEMANGLE_SYMBOLS
|
||||
|
||||
// Do NSPR log
|
||||
#ifdef PR_LOGGING
|
||||
nsXPIDLCString displayPath;
|
||||
dll->GetDisplayPath(displayPath);
|
||||
|
||||
fprintf(stderr,
|
||||
"nsNativeComponentLoader: %s(%s) Load FAILED with error:%s\n",
|
||||
aCallerName,
|
||||
displayPath.get(),
|
||||
errorMsg.get());
|
||||
|
||||
// Do NSPR log
|
||||
#ifdef PR_LOGGING
|
||||
PR_LOG(nsComponentManagerLog, PR_LOG_ALWAYS,
|
||||
("nsNativeComponentLoader: %s(%s) Load FAILED with error:%s",
|
||||
aCallerName,
|
||||
|
||||
Reference in New Issue
Block a user