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:
timeless%mozdev.org
2003-06-17 18:19:40 +00:00
parent fdcaf9d022
commit 6fef9261cd

View File

@@ -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,