提交 48dafb2c 编写于 作者: D Dhruba Borthakur

Fix compilation error introduced by previous commit

7889e094

Summary:
Fix compilation error introduced by previous commit
7889e094

Test Plan:
make clean check
上级 7889e094
......@@ -1147,13 +1147,6 @@ Status VersionSet::Recover() {
}
}
// Write out each individual edit
if (verbose) {
printf("*************************Edit[%d] = %s\n",
count, edit.DebugString().c_str());
}
count++;
if (s.ok()) {
builder.Apply(&edit);
}
......@@ -1268,6 +1261,13 @@ Status VersionSet::DumpManifest(Options& options, std::string& dscname,
}
}
// Write out each individual edit
if (verbose) {
printf("*************************Edit[%d] = %s\n",
count, edit.DebugString().c_str());
}
count++;
if (s.ok()) {
builder.Apply(&edit);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册