Bug 1242659: Part 1. More information on the mismatches. r=jrmuizel

--HG--
extra : rebase_source : 6ae3ff60839bb01f5fd6c8088c523812b4d43080
This commit is contained in:
Milan Sreckovic 2016-01-25 14:43:29 -05:00
Родитель 2cbeb52323
Коммит 825c32e01f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -539,7 +539,7 @@ GfxInfo::Init()
} else if (dllNumericVersion == 0 && dllNumericVersion2 == 0) {
// Leave it as an asserting error for now, to see if we can find
// a system that exhibits this kind of a problem internally.
gfxCriticalErrorOnce() << "Potential driver version mismatch ignored due to missing DLLs";
gfxCriticalErrorOnce() << "Potential driver version mismatch ignored due to missing DLLs " << NS_ConvertUTF16toUTF8(dllVersion).get() << " and " << NS_ConvertUTF16toUTF8(dllVersion2).get();
}
}