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

Commit f1012192 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libsnapshot: Remove misleading message"

parents 00ed8bdd 28b73f84
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;