Bug 607046. Switch the order of the debug output. r=davidb,a=debugging

This commit is contained in:
David Bolter 2010-11-29 13:30:54 -05:00
Родитель edf331534c
Коммит 27dea06b2f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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");