зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1285062 - Change an improper warning in reftests into an info message. r=dbaron
This commit is contained in:
Родитель
cd35e4422c
Коммит
e3bcca28e9
|
@ -116,7 +116,7 @@ function OnInitialLoad()
|
|||
addEventListener("MozPaintWait", PaintWaitListener, true);
|
||||
addEventListener("MozPaintWaitFinished", PaintWaitFinishedListener, true);
|
||||
|
||||
LogWarning("Using browser remote="+ gBrowserIsRemote +"\n");
|
||||
LogInfo("Using browser remote="+ gBrowserIsRemote +"\n");
|
||||
}
|
||||
|
||||
function SetFailureTimeout(cb, timeout)
|
||||
|
|
Загрузка…
Ссылка в новой задаче