From 27dea06b2f59fdfacae4fe5a3c3b5a894cbbc5c4 Mon Sep 17 00:00:00 2001 From: David Bolter Date: Mon, 29 Nov 2010 13:30:54 -0500 Subject: [PATCH] Bug 607046. Switch the order of the debug output. r=davidb,a=debugging --- widget/src/windows/GfxInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget/src/windows/GfxInfo.cpp b/widget/src/windows/GfxInfo.cpp index 779d30be8593..6e46cc5328ef 100644 --- a/widget/src/windows/GfxInfo.cpp +++ b/widget/src/windows/GfxInfo.cpp @@ -375,9 +375,9 @@ GfxInfo::AddCrashReportAnnotations() if (vendorID == 0) { /* if we didn't find a valid vendorID lets append the mDeviceID string to try to find out why */ note.Append(", "); - note.AppendWithConversion(mDeviceKeyDebug); - note.Append(", "); note.AppendWithConversion(mDeviceID); + note.Append(", "); + note.AppendWithConversion(mDeviceKeyDebug); } note.Append("\n");