mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 723561 - TelemetryStopwatch follow-up: display key name on error. r=gavin
This commit is contained in:
parent
440b7e4be9
commit
c048945abe
@ -49,7 +49,8 @@ let TelemetryStopwatch = {
|
||||
|
||||
if (timers.hasOwnProperty(aHistogram)) {
|
||||
delete timers[aHistogram];
|
||||
Cu.reportError("TelemetryStopwatch: key was already initialized");
|
||||
Cu.reportError("TelemetryStopwatch: key \"" +
|
||||
aHistogram + "\" was already initialized");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user