Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7598ac1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot: Remove misleading message" am: f1012192

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1529158

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie06b88963f21b2544b0717e93377f725764dab69
parents 438b5d03 f1012192
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;