Bug 1285062 - Change an improper warning in reftests into an info message. r=dbaron

This commit is contained in:
Brad Werth 2016-07-06 18:14:24 -07:00
Родитель cd35e4422c
Коммит e3bcca28e9
1 изменённых файлов: 1 добавлений и 1 удалений

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

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