Merge "No longer print hash for stashed blocks during verification of retry" am: 0a84d7260b
am: 65419746cb
Change-Id: I179a877d89ffff210a87df26a589dd403d77ad4f
This commit is contained in:
@@ -765,7 +765,9 @@ static int LoadStash(const CommandParameters& params, const std::string& id, boo
|
|||||||
}
|
}
|
||||||
if (VerifyBlocks(id, *buffer, src.blocks(), true) != 0) {
|
if (VerifyBlocks(id, *buffer, src.blocks(), true) != 0) {
|
||||||
LOG(ERROR) << "failed to verify loaded source blocks in stash map.";
|
LOG(ERROR) << "failed to verify loaded source blocks in stash map.";
|
||||||
PrintHashForCorruptedStashedBlocks(id, *buffer, src);
|
if (!is_retry) {
|
||||||
|
PrintHashForCorruptedStashedBlocks(id, *buffer, src);
|
||||||
|
}
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user