зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1242659: Part 1. More information on the mismatches. r=jrmuizel
--HG-- extra : rebase_source : 6ae3ff60839bb01f5fd6c8088c523812b4d43080
This commit is contained in:
Родитель
2cbeb52323
Коммит
825c32e01f
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче