mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 619169: never clear logs, even on resetService. r=philiKON
This commit is contained in:
parent
934537cfd6
commit
8f877cf0e3
@ -1958,9 +1958,7 @@ WeaveSvc.prototype = {
|
||||
*/
|
||||
resetService: function WeaveSvc_resetService()
|
||||
this._catch(this._notify("reset-service", "", function() {
|
||||
// First drop old logs to track client resetting behavior
|
||||
this.clearLogs();
|
||||
this._log.info("Logs reinitialized for service reset");
|
||||
this._log.info("Service reset.");
|
||||
|
||||
// Pretend we've never synced to the server and drop cached data
|
||||
this.syncID = "";
|
||||
|
Loading…
Reference in New Issue
Block a user