From e3bcca28e959b2b949f2c6d7d7703b919f77735d Mon Sep 17 00:00:00 2001 From: Brad Werth Date: Wed, 6 Jul 2016 18:14:24 -0700 Subject: [PATCH] Bug 1285062 - Change an improper warning in reftests into an info message. r=dbaron --- layout/tools/reftest/reftest-content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/tools/reftest/reftest-content.js b/layout/tools/reftest/reftest-content.js index ab3047ed267c..54e53705f10e 100644 --- a/layout/tools/reftest/reftest-content.js +++ b/layout/tools/reftest/reftest-content.js @@ -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)