mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
9827a24593
commit
09b10aed39
@ -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.");
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user