Merge "libsnapshot: Remove misleading message"

This commit is contained in:
Treehugger Robot 2020-12-15 04:47:25 +00:00 committed by Gerrit Code Review
commit f101219263
1 changed files with 0 additions and 2 deletions

View File

@ -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;