Loading fs_mgr/libsnapshot/cow_reader.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
fs_mgr/libsnapshot/cow_reader.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -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