mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 369411 - improve CRC error value in the update.log. r=dolske, a=approval2.0
This commit is contained in:
parent
58314ef20d
commit
8744404790
@ -976,7 +976,8 @@ PatchFile::LoadSourceFile(FILE* ofile)
|
||||
unsigned int crc = crc32(buf, header.slen);
|
||||
|
||||
if (crc != header.scrc32) {
|
||||
LOG(("CRC check failed\n"));
|
||||
LOG(("LoadSourceFile: destination file crc %d does not match expected " \
|
||||
"crc %d\n", crc, header.scrc32));
|
||||
return CRC_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user