Bug 777122 - Add telemetry reporting of late writes. r=jlebar.

Nit missing from the previous patch.
DONTBUILD.

--HG--
extra : rebase_source : 884ab78cdac4708b477a0ba5c32b921119f05737
This commit is contained in:
Rafael Ávila de Espíndola 2012-10-24 09:30:41 -04:00
parent 3864cd4332
commit 3b4acb8377

View File

@ -104,7 +104,7 @@ bool ValidWriteAssert(bool ok)
nameAux.GetMutableData(&name);
// We want the sha1 of the entire file, so please don't write to fd
// directly, use sha1Stream.
// directly; use sha1Stream.
int fd = mkstemp(name);
SHA1Stream sha1Stream(fd);
fd = 0;