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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user