era_check, era_dump

This commit is contained in:
Joe Thornber
2014-01-23 00:46:03 +00:00
parent bed0f369a8
commit 9e0540e1b6
19 changed files with 849 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ namespace {
void raise_metadata_damage() {
throw std::runtime_error("metadata contains errors (run cache_check for details).\n"
"perhaps you wanted to run with --repair");
"perhaps you wanted to run with --repair ?");
}
//--------------------------------