Bug 1608100 - Distinguish (in console log messages) between failure to start font download at all vs download that fails. r=heycam

Differential Revision: https://phabricator.services.mozilla.com/D59328

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jonathan Kew 2020-01-21 08:40:12 +00:00
Родитель 7c7d2abfab
Коммит 4cd64f80ed
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -626,7 +626,7 @@ void gfxUserFontEntry::DoLoadNextSrc(bool aForceAsync) {
}
return;
} else {
mFontSet->LogMessage(this, "download failed",
mFontSet->LogMessage(this, "failed to start download",
nsIScriptError::errorFlag, rv);
}
}