Merge "libsnapshot: Remove misleading message" am: f101219263 am: a7598ac179
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1529158 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I84a50b16a0d8a6cb9913843cd26d4bfc497d6726
This commit is contained in:
commit
2c4e184eaa
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