mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix compilation error introduced by previous commit
7889e09455Summary: Fix compilation error introduced by previous commit7889e09455Test Plan: make clean check
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user