diff --git a/mozilla/xpcom/components/nsNativeComponentLoader.cpp b/mozilla/xpcom/components/nsNativeComponentLoader.cpp index 2787181e8a8..113469d83fb 100644 --- a/mozilla/xpcom/components/nsNativeComponentLoader.cpp +++ b/mozilla/xpcom/components/nsNativeComponentLoader.cpp @@ -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