Merge "libsnapshot: Remove misleading message" am: f101219263
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1529158 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie06b88963f21b2544b0717e93377f725764dab69
This commit is contained in:
commit
a7598ac179
1 changed files with 0 additions and 2 deletions
|
|
@ -222,8 +222,6 @@ bool CowReader::ParseOps(std::optional<uint64_t> label) {
|
|||
LOG(ERROR) << "ops checksum does not match";
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
LOG(INFO) << "No COW Footer, recovered data";
|
||||
}
|
||||
|
||||
ops_ = ops_buffer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue