diff --git a/gfx/thebes/gfxPlatform.cpp b/gfx/thebes/gfxPlatform.cpp index 71e4a6fbdfa3..c74f164b56cd 100644 --- a/gfx/thebes/gfxPlatform.cpp +++ b/gfx/thebes/gfxPlatform.cpp @@ -158,7 +158,7 @@ public: #ifdef MOZ_CRASHREPORTER CrashReporter::AppendAppNotesToCrashReport(reportString); #else - PR_LogPrint(reportString); + printf("GFX ERROR: %s", reportString); #endif } };