Bug 1068613 - Addendum 3: Fix bustage due to stray character. r=bustage on a CLOSED TREE

This commit is contained in:
Bas Schouten 2014-09-18 01:04:07 +02:00
parent 3c9983b9cc
commit 086cbf0103

View File

@ -158,7 +158,7 @@ public:
#ifdef MOZ_CRASHREPORTER
CrashReporter::AppendAppNotesToCrashReport(reportString);
#else
PR_LogPrint(reportString);
printf("GFX ERROR: %s", reportString);
#endif
}
};