Bug 1123137 - Switch "No prefs data found." health report warning to debug output. r=gfritzsche

--HG--
extra : rebase_source : 4b51ae0608113b37d6c8356883dd77e0699afb8d
This commit is contained in:
Matthew Noorenberghe 2015-01-27 23:22:06 -08:00
parent 9827a24593
commit 09b10aed39

View File

@ -285,7 +285,7 @@ HealthReporterState.prototype = Object.freeze({
yield this.save();
prefs.reset(["lastSubmitID", "lastPingTime"]);
} else {
this._log.warn("No prefs data found.");
this._log.debug("No prefs data found.");
}
},
});