diff --git a/services/healthreport/healthreporter.jsm b/services/healthreport/healthreporter.jsm index 101d990f35d..c07cb4ac684 100644 --- a/services/healthreport/healthreporter.jsm +++ b/services/healthreport/healthreporter.jsm @@ -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."); } }, });