Bug 1205976 - Improve logging for TelemetryStorage.loadAbortedSessionPing. r=gfritzsche

This commit is contained in:
Alessio Placitelli 2015-09-22 06:26:00 +02:00
parent 37dcc0db41
commit 5712971390

View File

@ -1463,7 +1463,7 @@ var TelemetryStorageImpl = {
} catch (ex if ex.becauseNoSuchFile) {
this._log.trace("loadAbortedSessionPing - no such file");
} catch (ex) {
this._log.error("loadAbortedSessionPing - error removing ping", ex)
this._log.error("loadAbortedSessionPing - error loading ping", ex)
}
return ping;
}),