243870: Suppress output to stdout in non-debug builds. r=cls sr=shaver

git-svn-id: svn://10.0.0.236/trunk@157031 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkzilla%shallowsky.com
2004-05-27 20:54:46 +00:00
parent 849abb5f16
commit 26143a193d

View File

@@ -528,11 +528,13 @@ nsNativeComponentLoader::DumpLoadError(nsDll *dll,
nsXPIDLCString displayPath;
dll->GetDisplayPath(displayPath);
#ifdef DEBUG
fprintf(stderr,
"nsNativeComponentLoader: %s(%s) Load FAILED with error: %s\n",
aCallerName,
displayPath.get(),
errorMsg.get());
#endif
// Do NSPR log
#ifdef PR_LOGGING